How many types of packages are there in Java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is a stringbuffer?
Explain the difference between transient and volatile in java?
What mechanism does java use for memory management?
How can you traverse a linked list in java?
Why java is considered dynamic?
What is empty list in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is a substitution variable?
What is the use of string and stringbuffer?
Does java vector allow null?
what is default constructor and parameterised constructor with example?