DevDummy
Code | Break | Fix | Repeat
Showing posts with label
Java
.
Show all posts
Showing posts with label
Java
.
Show all posts
Thursday, May 04, 2023
List of commonly used Java SSL Libraries
›
Java provides several libraries for SSL/TLS support, which can be used to secure communication between a client and server over the intern...
20 Basic Java Interview Questions
›
What is Java? Java is a high-level, object-oriented programming language developed by Sun Microsystems. It is platform-independent and can...
Retrieve end date of the month of a given date in Java
›
You can use the getActualMaximum method in Calendar to retrieve the maximum day of a month. import java.util.Calendar; import java.uti...
Fail Safe vs Fail Fast Operations in Java
›
Fail-safe and fail-fast operations in Java are related to the behavior of iterators when a collection is modified while it is being iterat...
[RESOLVED] No compiler is provided in this environment
›
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? This error message typically appea...
Wednesday, May 03, 2023
Spring Transactions - Propagation & Isolation
›
Spring Transactions provide a way to manage transactions in Spring-based applications. Transactions help ensure data consistency and integri...
Why String is immutable in Java?
›
In Java, a String object is immutable, meaning that its value cannot be changed once it is created. This design decision was made for sever...
›
Home
View web version