What is generic type?


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

Post New Answer

More Core Java Interview Questions

Inorder to specify a container?s layout, which method is used?

1 Answers  


what is hashmap& hashtable with example?

1 Answers   CTS,


What do you mean by local class?

0 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


how to use finalize()Method to resources

4 Answers   TCS,






What do you understand by private, protected and public?

0 Answers  


Is a char always 1 byte?

0 Answers  


What is Connection pooling? Explain Pros and Cons?

1 Answers  


How we can make copy of a java object?

0 Answers  


what is difference between abstraction and interface?

8 Answers   FIC,


What is locale in java?

0 Answers  


where do you place after you did code in java

2 Answers  


Categories