Exception Handling
The exception handling in java is one of the powerful mechanisms to handle the runtime errors so that normal flow of the application can be maintained. What is exception? …
Everything Related to Programming, Code & Tech.
Contents for Computer Science, IT, B.Sc. CS & IT, M.Sc. CS & IT, MCA, BE CS & IT, ME CS & IT , Interview Questions, Books and Online Course Recommendations from Udemy, Coursera, etc
You will find content related to Core Java.
The exception handling in java is one of the powerful mechanisms to handle the runtime errors so that normal flow of the application can be maintained. What is exception? …
In Java, networking is performed using Transmission Control Protocol/Internet Protocol (TCP/IP) or the User Datagram Protocol (UDP). Java provides a low-level control on the connection, …
What is JDBC? JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Java programming language and a wide range of …
Java programming language provides the following types of loop to handle looping requirements. (i) while loop – Repeats a statement or group of statements while …
Decision Making Statements : Java programming language provides following types of decision making statements. (i) if statement – An if statement consists of a boolean expression followed …
Java Tokens: A token is the smallest element of a program that is meaningful to the compiler. These tokens define the structure of the Java language. …
JDK, JRE, and JVM are important components of the Java platform. Here’s a brief explanation of each: What is JVM in Java? Note: JVM can’t …
Java Editions Before diving into the Java Community Process (JCP), it’s important to understand the main pieces of the platform. Java is distributed in three different editions: Java …