Which is the class in java?


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

Post New Answer

More Core Java Interview Questions

What is array list in java?

0 Answers  


Difference between method overloading and method overriding in java ?

0 Answers  


What is static block?

0 Answers  


What is the difference between compiler and jvm?

0 Answers  


Does treeset allow null in java?

0 Answers  






Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


What are thread local variables?

0 Answers  


How do you execute a thread in java?

0 Answers  


Why does java have two ways to create child threads?

0 Answers  


What is the use of predicate in java 8?

0 Answers  


What is bytecode verifier?

0 Answers  


What is jit compiler in java?

0 Answers  


Categories