Skip to content

Category Archives: Java

JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development. JUnit 5 is theโ€ฆ Read More
Field level each and every attribute of a bean class need to get validated against null/not null, empty/not empty, with min/max value to a specificโ€ฆ Read More
Test Driven Development is the process in which test cases are written before the code that validates those cases. It depends on the repetition ofโ€ฆ Read More
For the sample project, below mentioned tools got used Java 8 Eclipse IDE for development Hibernate ORM, Spring framework with Spring Data JPA MySQL database,โ€ฆ Read More
Hibernate is a Java framework that implements ORM(Object Relational Mapping) design pattern. It is used to map java objects into a relational database. It internallyโ€ฆ Read More
The quality of software should be of a high standard and then only it is liked and used by most people. A good programmer isโ€ฆ Read More
JDBC or Java Database Connectivity is a Java API to connect and execute the query with the database. It is a specification from Sun microsystemsโ€ฆ Read More
In this article, by seeing a sample project that involves a few characters in the “friends” web series and checking their names against correct professionsโ€ฆ Read More
Prerequisites: Introduction to Spring Framework Introduction and Working of Struts Web Framework In this article, we will discuss how the Spring framework can be integratedโ€ฆ Read More
Servlets are the server-side programs used to create dynamic web pages. They can be used to upload files on the server. This article shows twoโ€ฆ Read More
The quality of the software is very very important and it can be enhanced by JUNIT test cases. There are a lot of useful methodsโ€ฆ Read More
Hibernate validators are very useful and they provide the following annotations that are very helpful for software development. Annotation Usages @NotNull Char Sequence, Collection, Map,โ€ฆ Read More
Events are the actions performed by the user in order to interact with the application, for e.g. pressing a button or touching the screen. Theโ€ฆ Read More
In recent times MongoDB is the most used database in the software industry. It’s easy to use and learn This database stands on top ofโ€ฆ Read More
Spring Boot is a popular, open-source spring-based framework used to develop robust web applications and microservices. As it is built on top of Spring Frameworkโ€ฆ Read More

Start Your Coding Journey Now!