Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
No Answer is Posted For this Question
Be the First to Post Answer
Does substring create a new object?
why String class is immutable.
how you will prevent inheritance is there any other way other than inheritance?
What is derived datatype?
What is update method called?
What if I write static public void instead of public static void in java?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What do you mean by constant time complexity?
What are the different ways to handle exceptions?
Is string passed by reference in java?
why abstract class does not have object creation
Can Applet have constructors?