strongant / strongant.github.io

strongant.github.io
http://strongant.github.io
1 stars 1 forks source link

java interview questions #2

Open strongant opened 7 years ago

strongant commented 7 years ago

What do you know about Java?

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.

strongant commented 7 years ago

What are the supported platforms by Java Programming Language?

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.

strongant commented 7 years ago

List any five features of Java?

Some features include Object Oriented, Platform Independent,Robust, Interpreted,Multi-threaded.

strongant commented 7 years ago

Why is Java Architectural Neutral?

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.