Answer Posted / glibwaresoftsolutions
In Java, there are two kinds of packages.
Packages that are user-defined
Included bundles
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you need to import math in java?
What is the difference between error and an exception?
Can we have more than one package statement in source file ?
Can you write a java class that could be used both as an applet as well as an application?
How can we create a synchronized collection from given collection?
Explain super keyword in java.
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Explain an algorithm to find depth of a binary tree.
What is the difference between heap and stack memory?
What does || mean in code?
Why singleton class is used in java?
Can we declare main () method as non static?
What are data types in oop?
What is the difference between the file and randomaccessfile classes?