Name the packages in JDK?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
java.lang
java.util
java.net
java.io
java.awt
java.sql
| Is This Answer Correct ? | 3 Yes | 1 No |
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
how can we import the user defined package without classpath?
Which is the class in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is a treeset in java?
What is a boolean used for?
What is the difference between an inner class and a sub-class?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
What is immutable state?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
Can inner class final?