What is Java Programming Language?

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.

No comments:

Post a Comment