What are the different conditional statements?


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

Post New Answer

More Core Java Interview Questions

Is linked list a linear or non-linear data structure?

0 Answers   Akamai Technologies,


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


What is a ternary operator in java? What is an interface?

0 Answers  


What are the 6 mandatory procedures for iso 9001?

0 Answers  


What is the use of parseint in java?

0 Answers  






could you run the java program without main method?

6 Answers  


What is the difference between array list and vector in java?

0 Answers  


What is the equal sign?

0 Answers  


What is a bubble sort in java?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What is anagram of a string?

0 Answers  


Explain about abstract classes in java?

0 Answers  


Categories