What do you understand by classes in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is role of void keyword in declaring functions?
Can we have a try block without catch block?
enlist some features of jdk.
what is use of threads how many ways to create thread
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What is token in java?
What checkbox method allows you to tell if a checkbox is checked?
Is set thread safe java?
What is hashmap in java?
What is difference between adapter class and listener?
What is static block?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None