Java67

50+ Core Java Interview Questions for 1 to 3 Years Experienced Developers

›
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the ...

5 Difference between BufferedReader and Scanner class in Java? Example

›
Hello guys, welcome to my blog. Today, we'll discuss another interesting Java interview question, BufferedReader vs Scanner. It's n...
4 comments:

How to join two threads in Java? Thread.join() example

›
You can join two threads in Java by using the  join() method from java.lang.Thread class. Why do you join threads? because you want one t...
14 comments:

How to stop a thread in Java? Example

›
Today we're going to learn about how to stop a thread in Java . It's easy to start a thread in Java because you have a start() met...
9 comments:

Can You Create Instance of Abstract class in Java? Answer

›
Hello Java Programmers, how are you doing? Hope you are doing well. It's been a long since  I shared a core Java interview question in ...
3 comments:

ArrayList vs Vector in Java? Interview Question Answer

›
ArrayList vs Vector in Java ArrayList and Vector are the two most widely used Collection classes in Java and are used to store objects in ...
10 comments:

Difference between static and non static nested class in Java? Example

›
Static vs. non Static class in Java In Java, you can make a class either static or non-static. Now, what is the difference between maki...
5 comments:

Difference between throw vs throws in Java? Answer

›
throw vs throws in Java throw and throws are two Java keywords related to the Exception feature of the Java programming language. If yo...

2 Ways to solve FizzBuzz in Java? [Example]

›
Hello guys, if you are learning to code or preparing for interviews and looking how to solve the FizzBuzz problem in Java then you have com...
10 comments:

[Solved] How to Check If a Given String has No Duplicate Characters in Java? Unique Example

›
Hello guys, if you are looking to solve the classic problem "checking if a String has all Unique characters" or not then you have ...
6 comments:

[Solved] 2 Ways to Find Duplicate Elements in a given Array in Java - Example

›
Hello guys, today, you will learn how to solve another popular coding problem. You have given an array of objects, which could be an array ...
3 comments:

Top 24 Java Date, Time, and Calendar Interview Questions Answers

›
The Date and Time API is a significant one for day-to-day Java development work, but many interviewers don't ask enough questions on th...

Top 50 Core Java Interview Questions and Answers for Beginners

›
Hello guys, If you are preparing for your next Core Java interview and looking for some common questions to practice or check your knowledge...
1 comment:

Difference between StringBuilder and StringBuffer in Java with Example

›
If you are in a hurry and heading straight to interview then I won't take much of your time, In a couple of words, the main difference ...
2 comments:

Top 70 Java Interview Questions for Junior Developers [1 to 2 Years Experienced]

›
Java Developer Interviews are very different than traditional software developer interviews. You can clear a Java interview without even w...
3 comments:

15 Technical Core Java Interview Questions Answers for Experienced Developers

›
When the experience of a Java Programmer grows in the years e.g. when it goes from beginner years ( 2 to 4) to more experience or sor...
11 comments:

How to check if strings are rotations of each other in Java? String Rotation Example Solution

›
String-based algorithmic questions are very popular in Java interviews e.g. checking if two String is the anagram of each other ( see ), or...
5 comments:

Difference between Static and Dynamic binding in Java

›
Hello guys, if you are wondering what is difference between static and dynamic binding and how it affect your program execution in Java then...
2 comments:

What is transient variable in Java? Serialization Example

›
What is a  transient variable in Java? transient variable in Java is a variable whose value is not serialized during Serialization an...
6 comments:

Difference between HashSet and HashMap in Java? Answered

›
HashSet and HashMap in Java Hello friends, if you have given Java developer interview then there is good chance that you may have come acro...
6 comments:
›
Home
View web version