Java is a general-purpose high-level computer programming
language. Java is concurrent, class-based, object-oriented language.
Java supports WORA(write once, run anywhere), the compiled java byte
code can run on all platforms that supports java without the need for
recompilation.Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture.Java is the popular language in use for client-server web applications.
Subscribe to:
Post Comments (Atom)
-
Variable list of arguments(Var-arg) methods is the most important concept introduced in java 1.5 version. The main purpose of this Var-args...
-
Inheritance is one of the features of Object Oriented Programming(OOPs) . It is a mechanism in which an object acquires all the properties ...
-
The similarity in the names may be one of the reason to ask this question in many number of interviews. final: final is a modifier ap...
No comments:
Post a Comment