how come we know the object is no more used in the class?
Answers were Sorted based on User's Feedback
Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
When is update method called?
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
What do you mean by singleton class in java?
What's the purpose of using break in each case of switch statement?
What about abstract classes in java?
What is return used for in java?
What is == in java?
What is the root class for all Java classes?
What is a final class in java?