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?
What do you understand by the term wrapper classes?
what are depricated methods in threads and explain the lifecycle methods
What are the types of java languages?
Is 9 a prime number?
what is the difference between ArrayList and Vector
19 Answers KPIT, Sasken, Satyam, Span Infotech, Wipro,
Define array. Tell me about 2-D array.
What is thread synchronization in java?
What is udp in java?
how many access specifiers are available in java
What are the important features of Java 10 release?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
Can an interface extend a class?