#java
Read more stories on Hashnode
Articles with this tag
Before we proceed further, let's understand why we need an array. Suppose we need to enter the roll number of a student. We can do it in the following...
How is Java code executed? A .java file (which is human-readable) goes through the compiler, which converts the entire file into a .class file...