|
Questions about Java
Everything you always wanted to ask about Java:
How does each answer compare with C++?
- What is a type?
- What is an object?
- What is the difference between implementing and extending?
- How is memory management done?
- What is the difference between an applet and an application?
- What is a reference?
- What is the difference between a reference and a pointer?
- What is the difference between a primitive and an object?
- Why are they treated differently?
- How are parameters passed? Are there different modes?
- What is a static variable?
- What is a static method?
- What is the form of a program?
- How does inheritance compare with inheritance in C++?
- Can you overload methods?
- Can you overwrite methods?
- What is the difference between inheriting and importing?
|