Name the package that always imported by default?
Answers were Sorted based on User's Feedback
Answer / debapriya patra
Its a very easy question.Answer is "java.lang.*" package is
imported by default.
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / vishal
"java.lang.*"
beause * included all the package. and take it default.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / zahoor ahmed jamali
java.lang
this package always import by default...
| Is This Answer Correct ? | 4 Yes | 0 No |
What is append in java?
What is numeric data type?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
What are packages in java?
How to set the Heap size in Java ?
Name the package that most of the AWT events that supports event-delegation model are defined?
What is the difference between yielding and sleeping in java programming?
Is array dynamic in java?
Can we define a package statement after the import statement in java?
How many types of constructors are used in java?
Explain about data types?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.