Answer Posted / glibwaresoftsolutions
Java uses packages to manage access, avoid naming conflicts, and facilitate finding and using classes, interfaces, and other components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 is ellipsis in java?
Can you explain the meaning of aggregation and composition
Explain the difference between jdk, jre, and jvm?
Why is method overloading not possible by changing the return type in java?
What are the supported platforms by java programming language?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Why enumeration is faster than iterator?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
Where are global variables stored?
What is jrmp?
Differences between C and Java?
What is a conditional equation?
What are the restrictions imposed on method overriding?
What is the effect of keeping a constructor private?