Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Fast-track Java now.

Fast-track Java

Class length: 1 weeks. Start anytime.

Creator: rohshall

Status: Under Construction

Join this class!

Lesson 1: Assignment 1: Quiz

  1. What is the integer value of 10e2?
  2. What is the value in v?
    int a = 2;
    int v = ++a * ++a * ++a;
  3. What kind of expression a switch statement can take? How about Java 7.0?
  4. What kind of expression can be used in for.. in statement?
  5. What is the relation between Iterable and Iterator?
  6. What is a labeled statement?
  7. What are checked and unchecked exceptions?
  8. True or False: Overriding method has to have the same signature as the one it is overriding.
  9. What is dynamic instantiation?
  10. How will you copy an array?
  11. Is casting a compile-time or a run-time operation?

Homework Submissions

1 total

rohshall (Self-grade: Outstanding)
Submitted 7 months ago | Permalink | Time spent: 1 hour