Posts

Showing posts from January, 2021

Features of Java

Image
Features of Java 1. Simple 2. Portable and Platform Independent 3. Compiled and Interpreted 4. Robust and Secure. 5. High Performance 6.Distributed 7. Dynamic 8. Multi threaded

Java Tools

Java Tools Java Environment includes a large no of development tools and hundreds of class And methods. These development tools are said building block of The system known as java development kit(jdk). The java development kit includes a collection of tools That are used for developing and running java programs .

Introducation Of Java

Image
Java JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation. It was developed by James Gosling and Patrick Naughton. It is a simple programming language. Writing, compiling and debugging a program is easy in java. It helps to create modular programs and reusable code. Semptember of 1994 Naughtons and Janathan Payne started Writing Web Runner – a Java Based Web browser , Which Was Later Renamed As Hot Java. Finally java and hot java announced in 1995 Jdk1.0- released in 23rd January 1996 Java is a class-based, object-oriented programming language . It is a general-purpose programming language intended to let application developers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardles...