- Q Who was the founder of the Body Shop company?
- Q What are the data types used in wmlscript
- Q Who is the recepient of Nobel Prize for the development of Wireless Telegraphy?
- Q Is there any standard SAP report which gives a count of the number of times a program is executed ?
- Q 'Malayali Memorial ', the petition which was signed by 10028 persons belonging to all castes and creeds, submitted to the Maharaja of Travancore on:
- Q How to Modify application server SQL from the client?
- Q ______ is the sixth most abundant element in the universe.
- Q Give the classification of Boston Terrier in animal kingdom?
- Q The private sector bank which has become the first bank in India to launch Watch Banking for Apple Watch ?
- Q When are people dead?
- Q WHICH STATE PRODUCED CARDAMOM HIGHER THAN ANY OTHER SATES IN INDIA?
Question
What is difference between importing "java.applet.Applet" and "java.applet.*;" ?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
Answers
"java.applet.Applet" will import only the class Applet from the package java.applet. Where as "java.applet.*" will import all the classes from java.applet package.
Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Java Questions..
Can variables be used in Java without initialization?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is the difference between java bean and enterprise java bean?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
How does the java database connectivity (jdbc) work?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What are the advantages of threads in java?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Java,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is object cloning in Java?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Java,
What is difference between notify() and notfiyAll()
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
Describe java's security model.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
Is there is any error if you have multiple main methods in the same class?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is the name of the method used to schedule a thread for execution?
1) init();
2) start();
3) run();
4) resume();
5) sleep();
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
Can I import the same package/class twice? Will the JVM load the package twice at runtime?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Java,
What releases of Java technology are currently available? What do they contain?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Java,
What is asymmetric clustering in WebSphere?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is pass by value and pass by reference?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: Java,
What are the actions that can occur when a thread enters blocked state
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
How do I launch the browser using WebDriver
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
What is the use of Void(0)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,
How does the native language C or C++ understand data types in JAVA
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Java,