What is byte data type?


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

Post New Answer

More Core Java Interview Questions

Which graphs are functions?

0 Answers  


How do you call a reference in java?

0 Answers  


What is difference between char array and string?

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Can memory leak in java?

0 Answers  






What is a default constraint?

0 Answers   HCL,


Java is based on pass by reference or pass by value ..

6 Answers   L&T, Wipro,


What is Marker interface in java? and what is clone?

16 Answers   Persistent, Wipro,


Does java support function overloading, pointers, structures, unions or linked lists?

0 Answers  


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is static and a non-static inner class?

3 Answers  


Categories