Audience
Developers looking for a Programming Language solution
About Java
The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
Pricing
Integrations
Company Information
Product Details
Java Frequently Asked Questions
Java Product Features
Java Reviews
Write a Review-
Probability You Would Recommend?1 2 3 4 5 6 7 8 9 10
"Love Java 1.3 " Posted 2024-11-06
Pros: Clearly strong typed code that you write in appropriate classes without the generics, or lisp type code of later versions.
Cons: The accusations like being verbose etc are stupid arguments.
You have classes made for specific functions ie work and you just call methods and you don't write code repetitive from the start again and againOverall: You can do pretty much everything using classic Java.
Read More...
Learning curve is not high.
Clear classes segregation.
Encapsulation, polymorphism, data hiding....
Try it, you will love ❣️ it.
- Previous
- You're on page 1
- Next