top of page
Upcasting and Downcasting In java
Overview In all the programs, the type of a reference variable and the object it points to will be of the same type. For Example -...
Vaishnavi
Sep 25, 20221 min read
5 views
0 comments
Inheritance In Java
What is Inheritance? If the relationship between two classes is "IS A" and "IS A TYPE OF"then that relationship is termed Inheritance....
Vaishnavi
Sep 25, 20223 min read
1 view
0 comments


Introduction to Strings in Java
What are Strings? Strings are used to store a sequence of characters. For example, the name of a person, designation of an employee, name...
Vaishnavi
Sep 24, 20222 min read
3 views
0 comments
Introduction To Arrays in Java
What is an Array? An array is a Linear Data Structure that consists of homogenous elements. The elements are stored at contiguous memory...
Vaishnavi
Sep 23, 20223 min read
6 views
0 comments
Packages In Java
Modularity Modularity is one of the main Object-oriented principles. It is a concept of breaking a program into smaller units. Modularity...
Vaishnavi
Sep 22, 20222 min read
5 views
0 comments

Introduction To Java
Java is a very popular programming language. It is an open-source technology for developing platform-independent applications. Depiction...
Vaishnavi
Sep 20, 20222 min read
24 views
0 comments
bottom of page