Java Tutorial
IntroductionEnvironment SetupIDEBuild ManagementLanguage SpecificationBasic ProgramVariablesData TypesPackagesModifiersConditionalsLoopsObject OrientedClassesSuperInterfacesEnumStatic importInheritanceAbstractionEncapsulationPolymorphismBoxing & UnboxingConversion Formatting numbers Arrays Command line arguments in java Variable Number of arguments in Java Exception handling in Java String handling in Java StringBuffer and StringBuilder in Java Mathematical Operations in Java Date and Time in Java Regular expressions in Java Input output programming in Java File Handling Nested Classes Collections Generics Serialization Socket programming Multi-Threading Annotations Lambda Expressions Reflections in Java Singleton class in Java Runtime Class in JavaHow to load resource in JavaHow to load properties file in JavaAdvanced
Log4j – Logging framework in JavaInterview Questions in JavaIn any software project, we need to perform some tasks as mentioned below.
- Cleaning the environment
- Compiling the source code
- Compiling the test code
- Executing the tests on CI server
- Packaging the application
- Deploying the application on the server
Doing all these tasks manually is tedious process. So that’s when build management tools come in to picture. All tasks mentioned above can be automated using build tool.
Popular build management tools in Java are mentioned below.
- Make
- Ant
- Maven
- Gradle
Web development and Automation testing
solutions delivered!!