Java Program Within Java Program
This application can write java code during run time.
- Read more about Java Program Within Java Program
- 4 comments
- Log in or register to post comments
- 49 views
Definition:
“When an unusual, irregular, abnormal or nonstandard condition arises in a sequence of code at run time this phenomenon is referred as Exception handling”
An exception is a runtime error.
In Object Oriented, an exception is an object that is used to describes an exceptional condition that has occurred in a piece of code.
Definition:
In java programming language, an interface is an abstract, conceptual or concrete type that is used to specify an interface.
How to use an interface:
It means that, using interface, we can specify what a class must do, but not how it does it.