What are the topics in core java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is covariant return type?

0 Answers  


What is the difference between final, finally and finalize()?

0 Answers  


Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?

2 Answers  


what are the states associated in the thread? : Java thread

0 Answers  


what is the use of clone() in real time scenario?

2 Answers   Quinnox,


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What is the difference between method overriding and overloading?

0 Answers  


what is type of statement in jdbc connection?

3 Answers  


What is deadlock and how to avoid this?

2 Answers  


can we write program without class

6 Answers   TCS,


What is meant by flickering?

0 Answers  


How do you reverse a string in java?

0 Answers  


Categories