Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the… Read More
Category Archives: Java
Spring Annotations allow us to configure dependencies and implement dependency injection through java programs. Those are used to provide supplemental information about a program. It… Read More
Spring Security is a powerful way to provide authentication as well as authorization to Spring application. Spring Security is a powerful tool that provides the… Read More
With the use of CastorMarshaller class, we can achieve marshal a java object into XML code and vice-versa of it with the help of using… Read More
RadioButtons allow the user to select one option from a set. You should use RadioButtons for optional sets that are mutually exclusive if you think… Read More
CheckBox belongs to the android.widget.CheckBox class. Android CheckBox class is the subclass of CompoundButton class. It is generally used in a place where users can… Read More
As we know JMeter is a pure Java-based desktop tool to conduct load and performance testing. There are various test plan elements in JMeter like… Read More
In the corporate world, they say “Java is immortal!”. It is one of the most robust programming languages that is currently used in more than… Read More
Selenium is a popular open-source web-based automation tool. Sometimes, Selenium webdriver faces problems in interacting with a few web elements, For example, the user opens… Read More
A Fragment is a piece of an activity that enables more modular activity design. A fragment encapsulates functionality so that it is easier to reuse… Read More
REpresentational State Transfer (REST) is an architectural style that defines a set of constraints to be used for creating web services. REST API is a… Read More
In the Windows filesystem, two folders/files cannot have the same name. If you enter a folder name that was previously used, the system will have… Read More
RecyclerView is a ViewGroup added to the android studio as a successor of the GridView and ListView. It is an improvement on both of them… Read More
RecyclerView is a ViewGroup added to the android studio as a successor of the GridView and ListView. It is an improvement on both of them… Read More
IntelliJ IDEA is one of the popular IDEs for programming in Java. Java developers really like it but sometimes we have to do many things… Read More