Let’s see few Java examples, I hope these would be helpful.
Index
- How to install JAVA
- Setting up JAVA_HOME on Windows
- Download Eclipse IDE
- Launch Eclipse IDE
- Create first Java project in Eclipse IDE
- Java code to retrieve the Operating System (OS) name and User Directory
- Java code to check if the file exists or not
- Java code to check if folder (or directory) exists or not
- Java code to generate Random Number
- Java code to generate unique ID using GUID algorithm
- Generate HTML file from XML and XSL using JAVA
- HashMap example in Java
- HashMap example in Java using ArrayList
- TreeSet example in Java
- HashSet example in Java
- HashTable example in Java
- Take screenshot of a web page using selenium webdriver in Java
- Convert POJO to JSON and vice-versa using Jackson API
External Recommended Resources:
Java Tutorial – By TutorialsPoint
Other Useful Tutorials:
Java Tutorial/Examples
Rest Assured Tutorial
Apache HttpClient Tutorial