KwickClips Java
Java: 196 short revision clips
One idea per clip, with the answer written out underneath. Each clip links back to the full Java lesson it came from.
Why does 7 / 2 print 3?43 sec
Is a constructor a method?41 sec
Which one needs brackets?40 sec
Which Class 11 topics return in Class 12?45 sec
Is Java still used?43 sec
What does javac produce?39 sec
Which contains which?47 sec
What are the BlueJ steps?40 sec
Why will my program not compile?41 sec
Where does the data live in procedure style?39 sec
What is state?41 sec
What does abstraction do?40 sec
How does OOP help with bugs?42 sec
What is a class?41 sec
What do data members hold?39 sec
What does print(a.name) show after b.name = "Aman"?43 sec
What does riya.marks = 91 do?40 sec
What does type(Student()) print?40 sec
How many tokens are in int marks = 90;?43 sec
Can you name a variable int?43 sec
Is 2ndTerm a valid Java name?43 sec
Is 010 equal to 10?41 sec
How do you print a double quote inside a String?43 sec
How big is a char in Java?44 sec
Is String a primitive type?41 sec
Why won't my program compile after int total;?37 sec
What does final do?36 sec
What does an int field with no value print?40 sec
Why does an int go into a double without a cast?41 sec
Where did the paise go?38 sec
Why does storing byte + byte in a byte fail?43 sec
Why is (double)(7/2) only 3.0?41 sec
What is the difference between = and ==?43 sec
What is a++ + ++a when a is 5?42 sec
Can an if-else fit on one line?39 sec
Why is 6 & 3 equal to 2?44 sec
Is 10 - 4 + 1 equal to 5 or 7?41 sec
What are the three ways to give data?40 sec
Which method reads only one word?44 sec
Why does Java skip my name?41 sec
Can you give input before the program starts?43 sec
Why 7.0 and not 7?43 sec
Can Math.max take three numbers?43 sec
Why is Math.round(-4.5) equal to -4?41 sec
How do you roll a dice in Java?40 sec
Is 2ab valid Java?45 sec
Marks are exactly 75. Which grade prints?41 sec
When is the inner if checked?40 sec
