What do you mean by an object in java?
No Answer is Posted For this Question
Be the First to Post Answer
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
where the static methods will live ,on stack ? can you explain brefly
Is c better than java?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
What is string and example?
What is the difference between preemptive scheduling and time slicing in java programming?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
can java object be locked down for exclusive use by a given thread? : Java thread
Is string a data type in java?
what is private constructor?what are the uses of writing private constructor in our program?
What is the main functionality of the remote reference layer?
Explain the differences between public, private, protected and static?