Core Java Interview Questions
Questions Answers Views Company eMail

What does jenkins do?

663

Explain Linked HashSet

1 1049

List methods available in Java Queue interface

1 939

Explain Big-O notation with an example

1 936

10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

745

What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 1095

Why are strings immutable in Java?

1 984

How to convert string to int in java?

1 947

How to use scanner in java?

1 1106

How does a cookie work in Servlets?

557

What the difference is between execute, execute Query, execute Update?

556

Is Java Platform Independent if then how?

5 411

What will happen if we declare don’t declare the main as static?

5 464

How many types of packages are there in Java?

5 535

Explain different data types in Java.

5 486


Post New Core Java Questions

Un-Answered Questions { Core Java }

What about anonymous inner classes in java?

760


what is optional in java 8?

791


What is OOP's Terms with explanation?

837


What is the difference between assignment and initialization?

771


What do you mean by of string::valueof expression in java 8?

719


What is the effect of keeping a constructor private?

652


What is heterogeneous in java?

691


How do you represent a space in regex java?

704


What is procedure overloading?

1994


What do you mean by local class?

731


Variables used in a switch statement can be used with which datatypes?

699


Implement a stack with push (), pop() and min() in O(1) time.

792


What is purpose of find feature?

816


Can we create our own wrapper class in java?

726


Explain about static nested classes in java?

793