Java Related Interview Questions
Questions Answers Views Company eMail

What does microservices mean?

519

What is bytecode verifier?

489

What is a website container?

491

What is mnemonic in assembly language?

538

Are primitives objects?

548

What is computer compiler?

517

What are the types of web technologies?

511

Why are pointers not secure?

524

What does jenkins do?

477

Explain Linked HashSet

1 721

List methods available in Java Queue interface

1 612

Explain Big-O notation with an example

1 605

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); } }

541

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 756

Why are strings immutable in Java?

1 625


Un-Answered Questions { Java Related }

How to perform selection sort in java?

565


How to implement one to many relationships with annotation?

163


What is an example of a one to one relationship?

141


What is a message topic?

468


What is the difference between equals() and == in java?

511






What is the use of @autowired annotation?

157


What advantage do java's layout managers provide over traditional windowing systems?

533


How to connect html page to database using jdbc?

483


What is the difference between hashmap and hashtable in java?

545


Why do we need a jdbcrowset like wrapper around resultset?

768


When servlet is loaded?

581


What is device controller?

507


What are the states in hibernate?

156


What about static nested classes in java?

575


how to run ecllipse with jettyserver for windows environment using batch file

1480