Which collection is thread safe in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
what ide u r using and wat version, how wil u build the project etc ?
How finally used under exception handling?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
What is the vector class in java programming?
Can we have a try block without catch block?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
What are the restrictions that are applied to the java static methods?
What is an object class?
What is the smallest package in Java API?
What is hashmap in java?