Java has 3 ways to execute loops When the programmer wants to execute a set of the program repeatedly until some condition can use the
Category: Java
Two types of Type Casting We know data types in Java, if we want to convert one type into another data type, we can achieve
Section 1: Variables in Java We know different Data Types in java, but where can we store values in java? To do the same we
Which are all the data types supported by java? We know how to write the first program and get input from users as a String
Section 1: How to Accept Input from command line arguments? We have written our first java program. Now let’s see how to pass input in
First Program of Java : SECTION 1 Since we have successfully installed java in our system, let’s move further and write our first java program.
How to set-up JDK in the system Since we know what is java and why it’s used, let’s see how to set-up JDK in the