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 |
Explain the JDB in depth & command line.
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is a treeset class?
Can you write a java class that could be used both as an applet as well as an application?
What is scanner in java?
What is rmi and steps involved in developing an rmi object?
Write a program to show whether a graph is a tree or not using adjacency matrix.
How many types of operators are there?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
primitive data types in Java ?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is the protected method modifier?