Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Category: Core Java Interview Questions

List of Interview Questions on Java for freshers and experienced candidates asked in technical job interviews in IT Industries. This list includes interview questions asked to freshers, 2,3 and 5 years etc. experience professionals | Only Real.

This section contains technical java interview questions and answers for freshers and experienced on java Polymorphims, Java OOPs concept Inheritance, Interface, abstract class, abstraction and encapsulation, classes and objects etc. with impressive answers and explanation. In fact, interview question on many topics I have provided that you should read or brush up that help crack java technical java interviews quickly.

Core Java Interview Questions

What is polymorphism in Java ? | Interview Question – Nicely answered

August 18, 2024January 29, 2023 rsingh

Answer includes, what is polymorphism in java and how polymorphism achieved in java oops and a format how to answer this question in a technical

Read More
Core Java Interview Questions

Why method overriding is called runtime polymorphism in Java?

August 18, 2024January 29, 2023 rsingh

Answer to why method overriding is called runtime polymorphism in java is because the methods get resolved at the Run-Time. In simple words, when you

Read More
Core Java Interview Questions

Examples where use of Java Static method is Indispensable

August 18, 2024January 29, 2023 rsingh

Let’s see some examples where use of java static methods are mandatory in the programs. Generally, we use static method where we want to call

Read More
Core Java Interview Questions

Why we need double check in singleton class in java? – Answered

August 18, 2024January 29, 2023 rsingh

Answer to why we need double check locking in singleton class in Java with thread program example. Let’s understand first what does the double checking

Read More
Core Java Interview Questions

How to create immutable class in java – Simplest Example

August 18, 2024January 29, 2023 rsingh

We create immutable class in java by making the class fields final and private, and by providing getter setter method, and returning new object with

Read More
Core Java Interview Questions

What to choose between abstract class and interface if…

August 18, 2024April 13, 2018 rsingh

Answer to what to choose between abstract class and interface if both contain only abstract methods. This is the frequently asked technical interview question. Here

Read More
Core Java Interview Questions

What is method signature in Java – Does it include return type?

August 18, 2024April 2, 2018 rsingh

What is method signature in java ? – Method signature in java includes only method name and parameters. Method return types are not included in

Read More
Core Java Interview Questions

What is the use of volatile keyword in java?

August 18, 2024March 27, 2018 rsingh

Use of volatile keyword in Java – The volatile keyword is used to declare a variable volatile, so, the variable can be accessed directly from

Read More
Core Java Interview Questions

Can we overload main method in java?

August 18, 2024January 20, 2018 rsingh

Interview Question – Can we overload main method in java programs, for example in below class Sample, public static void main(String[] args) is given, that

Read More
Core Java Interview Questions

Why to use Abstract keyword in java language?

August 18, 2024January 20, 2018 rsingh

Abstract keyword is used to create an abstract class and abstract methods in java programs. Abstract class: Abstract class in java is used as a

Read More

Posts pagination

1 2 3 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.