Java
Programming and Technical
Why Java does not support pointers?
Read Solution (Total 3)
-
- It is also known as custom exception.exception provided by SUN for java sake but many time we need to create our own exception class extends from exception or Throwable class for project requirement these created class we can use in our project as exception handling and these are known as user define exception.
- 9 years agoHelpfull: Yes(1) No(0)
- Most of the times when we are developing an application in java, we often feel a need to create and throw our own exceptions. These exceptions are known as User defined
- 10 years agoHelpfull: Yes(0) No(0)
- Java does not support pointers just to make it a more cleaner and comprehensible language and also to avoid the jvm from getting overloaded to much
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question