Skip to content
memorylorry edited this page May 12, 2018 · 3 revisions

Welcome to visit this page. It's very happy you are interested in JAVA. I have three questions for you:

  1. Which order is class load?(If exist static class modifier)
  2. How big is the range of int type?(If the value is bigger than its max value, what would it be?)
  3. Add abstract annotation to a method who do not belong to abstract class. Error?

I am writing some error cases to guide you to know more about JAVA Basis. This means it consists of many basic grammar. If you are familiar with it, please ignore these.

It suits for:

If you have learnt much about Java or you may have programmed for a long time, but you find you are fuzzy with some Java basic. You can choose to follow my error case. These will take you to know more.

Content

  1. Type, Value, Variable
  2. Class
  3. Modifier
  4. Interface
  5. Arrays
  6. Exception
  7. Threads and Locks

Refences

The Java Language Specification, Java SE 8 Edition

The Java Virtual Machine Specification, Java SE 8 Edition

HOME

  1. Type, Value, Variable
  1. Class
  2. Interface
  3. Modifier
  4. Arrays
  5. Exception
  6. Threads and Locks
Clone this wiki locally