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 |
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What is the default value of the local variables?
What are the differences between path and classpath variables?
How to remove the trailing spaces from a string?
Hi friends, i am new to java. can you explain how java is secured.
Why we need to serialize the object
11 Answers CTS, Geometric Software,
What is use of arraylist in java?
Explain throw keyword in java?
Can java list be null?
What is nullpointerexception in java?
Which package is always imported by default?
Is logger a singleton?