An exception is a problem that arises during the execution of a program. Exception is a fancy word for a disruption or error in program execution. Share this article An exception is a problem that arises during the execution of a java program....
Inheritance in Java – What is it?
Inheritance in Java is a process where by one class acquires the fields and methods of another class.Share this article Inheritance in Java is a process where by one class acquires the fields and methods of another class. Inheritance is one of the...
The print() method in Java
The print() method is used to display text output on the console. The print() method is part of the Java API. The term, API, stands for Application Programmer Interface.The print() method is used to display text output on the console. The print() method is part of the...
int data type in Java
The int data type is an integer. int is short for Integer. int holds non-fractional or non-decimal values. The int data type is an integer. int is short for Integer int values are stored in Java using 32 bits of memory. RECOMMENDED ARTICLES...
How to use the HTML b element.
The b element is used to set a text to bold. The b stands for boldface. The text is written in between the opening and closing tags of the b element. Share this article The b element is used to set a text to bold. The b stands for boldface. The...
The header element in HTML5 – How to use it
The <header> element is a new HTML element and was introduced in HTML5. It can be used as a header for a whole page (the most common usage), but can also be used as the header for an article or any other piece of content on the page he...