<<Previous Post << Complete Tutorial>> Next Post>>
What is Java?
Java in simple terms is a programming language.
This programming language can be used for:
- > Developing the applications
- > Testing the applications by writing Test Automation Code
Go through the below points for understanding more about Java:
Java can be further categorized as:
- > Core Java
- > Advanced Java
While the developers may have to learn both Core Java and Advanced Java for developing the applications, Testers need to only learn Core Java for creating Test Automation Scripts to test the applications. i.e. Advanced Java is not required for testes to create Test Automation Scripts (Core Java is enough for Test Automation).
Java is an Object-Oriented Programming Language
Will explain about this in the upcoming articles, while explaining Java OOPS concepts.
Java is a Platform Independent Programming Language
Will explain about this in the upcoming articles, while explaining Java JVM concepts.
Here concludes this article.
In the next article, I will practically explain Installing Java.
Next Steps:
- > To learn more about Java, continue to the next post (Click on Next Post link below)
- > Check complete Java Tutorial Contents here (Click here)
Please leave your questions/comments/feedback below:
Happy Learning ?
Arun Motoori (www.QAFox.com)
On a mission to help the Testing Community in all possible ways.
<<Previous Post << Complete Tutorial>> Next Post>>