What is the collection interface?


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

Post New Answer

More Core Java Interview Questions

solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is classname class in java?

0 Answers  


Give a practical example of singleton class usage?

0 Answers  


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

0 Answers  


What is void data type?

0 Answers  






What is isa relationship?

0 Answers  


Can we restart a thread already started in java?

0 Answers  


What is gui programming?

0 Answers  


Which collection allows duplicate values in java?

0 Answers  


Explain the difference between extends thread vs implements runnable in java?

0 Answers  


Is set sorted in java?

0 Answers  


What is a variable declaration?

0 Answers  


Categories