KS

Kavitha S

Sort by
data link layer is the protocol layer in a program that handles the moving of data into and out of a physical link in a network.
Java provides statements that can be used to control the flow of Java code
When a break statement is encountered inside a loop, the loop is immediately terminated and the program control resumes at the next statement following the loop.
a variable in Java must be a specified data type
Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object
The final keyword in java is used to restrict the user.
A constructor in Java is a special method that is used to initialize objects
the array, which stores a fixed-size sequential collection of elements of the same type
A class which is declared with the abstract keyword is known as an abstract class in Java
How to create a two-dimensional array in java