Retest JAVA
Retest JAVA
EditPlus
1. Create a Hello world program in Edit plus (Text Editor) (Set the Complier &
Interpreter in Edit plus)
2. Create a Class with static & non-static variables and static & non-static methods and
write the access code. (All must Follow Naming Convention)
3. Show an example of Local/Global/Static variable?
4. Create a Class with variables and methods. (Initialization of object should be done by
Constructor & Display all using toString() and Access It).
5. Show an example of method overloading?
6. Show an example of method overriding?
7. Show an example of Abstract class?
8. Show an example of Interface?
Eclipse