JAVA Frequently Asked Questions |
 |
What is JAVA? |
 |
What is Byte-Code? |
 |
What is JVM |
 |
What is JAVA API? |
 |
What is JAVA Platform? |
 |
What Is JDK? |
 |
What is an Applet? |
 |
What is a Servlet? |
 |
How does JSP differ from Servlets? |
 |
What is JDBC? |
 |
What is Swing? |
 |
What is JAVABEANS? |
 |
What is Enterprise JAVABEANS? |
 |
How can a Java applet write to the status bar of a web browser? |
 |
How do I pass parameters from an HTML file to a Java applet? |
 |
How do I add sounds to my Java applets? |
 |
Can I create executable programs (.exe files) for Windows using Java? |
 |
How do I append data to the end of a text file? |
 |
How do I convert numeric values to Strings? |
 |
How do I convert a String to an int? |
 |
How do I convert a String to a float? |
 |
How do I convert a String to a double? |
 |
How do I convert a String to a long? |
 |
How do I convert a String to a short? |
 |
How do I use javadoc comments in my Java programs? |
 |
How do I compare the value of two Strings? |
 |
How do I run operating system commands from Java programs? |
 |
What Are Constructor Methods? |
 |
What is an Abstract Class? |
 |
What is Multithreading? |
 |
What is Static Modifier and Class? |
 |
What is Event Handling? |
 |
What is Exception Handling? |
 |
What Is Garbage Collection? |
 |
The Differences Between JAVA And C/C++ |
 |
How Can I Avoid Flicker in an Applet? |
 |
Why do I have trouble when using == to compare Strings? |
 |
What is operator '+': Concatenation or Addition? |
 |
Is Final really Final? |
 |
Switch Break Default - How do they work |
 |
Finalizers Are Not Destructors. TRUE? |
 |
Dialog.setBackground Does Not Work. What might be the reason? |
 |
Java uses the pass-by reference or Pass-by-Value |
 |
Can I achieve multiple inheritance without interfaces? |
 |
When is hashCode used? |
 |
What's the difference between equals and ==? |
 |
Why are wait(), notify() and notifyall() methods defined in the Object class? |
 |
How does the run() method in Runnable work? |
 |
What does this deprecation message mean? |
 |
How does Class.forName(dbDriver) work with DriverManager.getConnection? |
|
Top |