Java67

8 Examples of Primitive Data Types In Java (int, long, boolean, float, double, byte, char, and short)

›
Hello guys, Data types are first few things you should learn when you start learning a programming language and when it comes to learn Java,...

10 points on TCP/IP Protocol, Java Programmers should Know

›
TCP/IP is one of the most important protocol as its backbone of HTTP, internet and most of the communication happens today. It's also im...

What is try with resource in Java? Example tutorial

›
In Java we normally use resources like file, network connection, socket connection, database connection etc ,dealing with resources is not a...

How to replace Anonymous Class to Lambda Expression in Java 8? Example Tutorial

›
Hello guys, you may be thinking why I am talking about Anonymous class now when many Java programmers have already switched to Java 8 and ...

Java FileReader + BufferedReader Example

›
There are multiple ways to read a file in Java e.g. you can use a Scanner as we have seen in the last example , or you can use the Buffered...

10 Examples of print(), println() and prinf() methods In Java - PrintStream

›
Hello guys, if you are working in Java or just started with Java then you have must come across statements like System.out.println("Hel...

Chain of Responsibility Pattern in Java? Example Tutorial

›
Hello guys, if you have been doing Java development then you must have come across design pattern, tried and tested solution of common softw...

Top 10 Projects to Learn Front-End Web Development

›
Hello guys, If you are looking for ways to learn Front-End Web Development, you have come to the right place because all of what you want is...

How to use @JsonCreator and @JsonPropertOrder Jackson JN Annotation in Java? Examples

›
Hello guys, if you are dealing with JSON in Java then you may have come across Jackson, one of the popular JSON library in Java. Jackson pro...

Top 5 Functional Interface Every Java Developer Should Learn

›
Hello guys, functional interface in Java are an important concept but not many developer pay enough attention to them. They learn lambda and...
1 comment:

Difference between Class and Object in Java? Example

›
Class and Object are two pillars of Java and any Object oriented programming language. There are multiple ways you can describe Class in Ja...
1 comment:

How to convert List Of of Object to Map of Object (key, value) In Java? Example Tutorial

›
Hello guys, if you have a list of object and you want to conver into Map of object or key value pair then you can use different ways like lo...

What is WeakHashMap in Java? HashMap vs WeakHashMap Example Tutorial

›
Hello friends, we are here today again on our journey to Java. I hope everyone is fine and ready to board our train of knowledge. Tod...

JDBC - Difference between PreparedStatement and Statement in Java? Answer

›
If you have worked with database interfacing with Java using JDBC API then you may know that the JDBC API provides three types of Statement...
1 comment:

Can you make a class static in Java? Example

›
This is one of the tricky questions in Java because there is no straightforward. Yes and No answer here. You cannot make a top-level class...
2 comments:

Difference between Fixed and Cached Thread pool in Java Executor Famework

›
There are mainly two types of thread pools provided by Javas' Executor framework , one is fixed thread pool, which starts with fixed num...

Difference in Method Overloading, Overriding, Hiding, Shadowing and Obscuring in Java and Object-Oriented Programming?

›
Hello guys, today, I am going to explain a couple of fundamental object-oriented programming concepts in Java, like Overloading, Overriding...

Difference Between Iterator and Enumeration In Java

›
What is the difference between Iterator and Enumeration in Java is one of the oldest core Java Interview Questions . While I haven't see...

Top 20 Docker Interview Questions Answers Java Developers and DevOps

›
Hello guys, if you are preparing for a Java developer interview, a DevOps engineer interview or any software developer interview, one tool w...

Top 30 Gradle Interview Questions Answers for Experienced Java Developers

›
Hello guys, if you are preparing for Java or Kotlin developer interview where Gradle skills are needed then you should prepare for Gradle re...
‹
›
Home
View web version