-
FileDialog allows the user select a directory or file from a tree.
Skill/Topic: AWT & AppletsA) TrueB) False
-
A method in Java, that calls itself is said to be recursive.
Skill/Topic: AWT & AppletsA) TrueB) False
-
-
-
-
If you want to mix fonts or colors within the text, or to have formatting such as multiple lines, you can use HTML
Skill/Topic: AWT & AppletsA) TrueB) False
-
A thread is a program's path of execution
Skill/Topic: AWT & AppletsA) TrueB) False
-
Extending a class is the way Java inherits methods and variables from a parent class.
Skill/Topic: AWT & AppletsA) TrueB) False
-
-
CVS Configuration with eclipse
What is cvs ? How we configure with an IDE like eclipse?
-
-
-
-
-
-
Inheritance interacts with encapsulation also.
Skill/Topic: AWT & AppletsA) TrueB) False
-
What does the keyword "synchronize" mean in java. When do you use it? What are the disadvantages of synchronization?
Synchronize is used when u want to make ur methods thread safe. The disadvantage of synchronise is it will end up in slowing down the program. Also if not handled properly it will end up in dead lock.1. Only use (and minimize it's use)synchronization when writing multithreaded code as there is a speed (up to five to six time slower, depending on the execution time of the synchronized/nonsynchronized...
-
Open Excel sheet in Java
My java code needs to open an excel sheet and import data from the excel sheet. How can do that?
-
-
Java Interview Questions
Ans