What is the use of list in java?


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

Post New Answer

More Core Java Interview Questions

Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.

1 Answers  


How do we access static members in java?

0 Answers  


What do you mean by mnemonics?

0 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


What is the loop in java?

0 Answers  


How do you reverse a list?

0 Answers  


How many types of the indexof method are there for strings?

0 Answers  


How do I run java on windows?

0 Answers  


Can we overload the main() method?

0 Answers  


What is class forname used for?

0 Answers  


Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,


Categories