Skip to main content

Posts

Showing posts with the label Java 11 Interview Questions and Answers

Java 11 Interview Questions and Answers

What Is Java 11? What's New in Java 11 (JDK)? Java 11 vs. Java 10 What Is the Difference between JDK, JRE, JVM and JIT? What Is Java? Java  is object oriented, interpreted, robust and high level programming language and it was originally developed by  Sun Micro systems  and released in 1995. Java runs on a various platforms, such as Windows, Mac OS and UNIX. Included Some Features  - 1.        Object Oriented  - Java is not 100% Object-oriented because it makes use of eight primitive datatypes such as boolean, byte, char, int, float, double, long, short which are not objects. 2.        Platform Independent  - Platform independent practically means “write once run anywhere”. 3.        Robust 4.        Interpreted 5.        Multi-threaded programming languages ...