OK someone got rather bored at work today (thats me by the way) and so stuck all the questions together.
I'm quite happy to organise and collate it but I'm not writing it all!
Heres my current list do add to it and submit any answers if you feel like it!
Whats the reward??? Peace of mind that you've helped make the world a better place![]()
Oh and I know nothing about JSP so someone else will ahve to think of some questions and answers for that!
General Java Questions
----------------------
What is Java?
What advantages does Java have over other languages?
What do I need to write Java?
How do I set-up my computer to write Java?
Are there any other compilers apart from Suns?
What IDE's are available for java?
What are good books for learning Java?
Where can I find online tutorials for Java?
How do I write a Hello World Program?
OOP Questions
-------------
What is OOP?
Why use OOP over procedural?
What is an Interface and why is it useful?
What is inheritance and why is it useful?
I/O Questions
-------------
How do I get input from the console?
How do I read in a text file?
What is Serializable?
How do I "Serialize" a file?
Applet Questions
----------------
How do I write an Applet?
Why do I get ClassNotFoundException when i run my applet in IE?
What's the difference between Applet and JApplet?
Swing Questions
---------------
What is Swing?
What is a layout manager?
How I can specify exact co-ordinates for Components?
How do I change the look and feel?
JSP Questions
-------------




Reply With Quote