Skip to main content

Posts

Showing posts with the label java questions and answers

Top 100 Java Interview Questions With Answers.

1. What Do You Know About Java? Answer:  Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. 2. What Are The Supported Platforms By Java Programming Language? Answer:  Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX/Linux like HP-Unix, Sun Solaris, Redhat Linux, Ubuntu, CentOS, etc. 3. List Any Five Features Of Java? Answer:  Some features include: Object Oriented. Platform Independent. Robust. Secured & Dynamic. Multi-threaded. 4. Why Is Java Architectural Neutral? Answer:  It’s compiler generates an architecture-neutral object file format, which makes the compiled code to be executable on many processors, with the presence of Java runtime system. 5. How Java Enabled High Performance? Answer:  Java uses Just-In-Time compiler to enable high p...