What is the difference between swing and awt components?
Explain the common use of ejb?
What is the meaning of the words public, static and void?
What are the rules regarding quotation marks?
How should I format my code? How should I comment my code?
Why java?
What are java’s rules regarding tabs, spaces and newline characters?
What is the most important feature of java?
Is it correct to say that using parentheses can only change?
Do I really have to type in the programs in the book to try them out?
can a program use more than one command-line argument?
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
What happens when you omit a brace or misspell one of the words, like public or
What java systems libraries and methods are available for me to use?
Why do I need to declare the type of a variable in java?