1. Unlike c we can declare variables anywhere in program
2. Java does not support pointers, structure, union, header files, and garbage values
3. Java does not support macros also.
4. We can declare a variable inside for loop, but we can access it inside that loop only
5. There is no register, extern storage classes are in java
6. Java does not have clrscr() equivalent method to clear screen since java is used for implementing web applications and for that we use HTML as an user interface
2. Java does not support pointers, structure, union, header files, and garbage values
3. Java does not support macros also.
4. We can declare a variable inside for loop, but we can access it inside that loop only
5. There is no register, extern storage classes are in java
6. Java does not have clrscr() equivalent method to clear screen since java is used for implementing web applications and for that we use HTML as an user interface
No comments:
Post a Comment