You are on page 1of 2

Learn Java programming

 How do Java front- and back-end skill sets differ?


 Can CSS support Java applets?
 What is a good beginner's book about Java?

Java jargon
 What is the difference between the JVM, JRE and JDK?
 What's the difference between JVM and JIT?
 What is the difference betwen invoke and call?

Java operators and arithmetic


 Does the order of the operands in == matter?
 How do I add two numbers in Java?
 How can I add two numbers using a method?
 How should I round a double up to an int?
 How can I calculate minimum, maximum and average using Java?
 What are bitwise and bit shift operators?

Variable scope
 Why does this for loop instantiation fail to compile?

Class relationships and references


 How do I call another class in the same folder?
 How do you put both files in the same package to call them?
 How do I access a variable declared in another class?

Java design patterns


 What is a recursive method?
 What is a singleton?
 What happens to singletons when two JVMs are running?
 How do I format my price correctly?
 What is a factory method?
 How should I create an immutable class?
 What are adapters in Java?

Java application development


 How can I sort 3 numbers using Java?
 How can I make spelling checker with a LinkedList dictionary?
 How can I use SAX to parse a Web page via JTidy?
 How can I create a search engine in Java?
 Can I get the source code for a Java search engine?
 Would a Java search engine be a good final year project?
 How can I design my own fonts using Java?

You might also like