How do you empty a list in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a lock or purpose of locks in java?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
Why do we create public static method in java?
How many tetrahedral voids are there in bcc?
Is static a singleton?
What is the use of arrays tostring () in java?
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
What are the steps involved to write rmi based programs?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
How do you use find and replace?
Is there any need to import java.lang package?