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 |
what is the main difference between string and stringbuffer? can you explain it with program?
Garbage collection in java?
How can we run a java program without making any object?
what is marker interface ? what is the necessity of it?
What is difference between iterator access and index access?
Can you create an object of an abstract class?
What is static synchronization?
What is polymorphism and what are the types of it?
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What are functions in java?
How you can force the garbage collection?
What is the advantage of preparedstatement over statement?