10 amazing ways you can use Java
According to most calculations, Java is currently the most popular programming language for all types of purposes, which means that there...
According to most calculations, Java is currently the most popular programming language for all types of purposes, which means that there...
Mobile applications, undoubtedly, have become indispensable for a business, but investing in a mediocre business will not do you good....
What's new in Java or JDK 7 It's been almost a year since JDK 7 or Java 7 was released, but the programmer asks what's new in Java 7?...
What Is a Web Application? Web applications are, by their nature, distributed applications, which means that they are programs executed...
In today's world, a good knowledge of several frameworks is very important. They allow you to quickly develop the prototype and the...
INTRODUCTION In this article, we will learn the object-oriented design principles that can be applied in our daily design work. It is...
A difference between the SAX and the DOM Parser is a very popular Java interview and frequently asked when interviewing with Java and...
INTRODUCTION If you are a Java developer and want to learn spring, then you came to the right place. In this article, I will share three...
Spring Cloud Spring Cloud is nothing more than a Pivotal open source library form under the Spring umbrella to help the Java developer...
JVM deployments with the server outside, inside, and alongside a web app Over time, the success of a web application can influence...
Real-time software Unlike traditional business applications, real-time software is expected to provide results under very strict time...
The Java Platform, Standard Edition 11 Development Kit (JDK 11) is a resource version of the Java SE platform. It contains new features...
Polymorphism Concept Polymorphism, a Greek word, where poly means a lot and metamorphosis means change, refers to the ability of an...
Encapsulation concept The concept of encapsulation is to keep together the implementation (code) and the data it manipulates (variables)....
In the post Heap Memory Allocation in Java, I have already explained why the heap is divided into generations and how it helps in garbage...
INTRODUCTION According to Wikipedia; In computer science, reflection is the ability of a computer program to examine, introspect and...
INTRODUCTION Have I seen many Java programmers in doubt as to whether or not they go to Java certifications? If the Java certificate will...
You thought it was all about programming skills. But you were wrong! Excellent code is good, but commanding a better job and a higher...
1. The keyword synchronized in Java is used to provide mutually exclusive access to a shared resource with multiple chaining in Java....
INTRODUCTION Multithreading and synchronization are a very important issue for any Java programmer. A good knowledge of multithreading,...