Java Basic Program1
Java Basic Program1
8) Java Program to find the frequency of odd & even numbers in the given
matrix
22) Java Program to find the number of the words in the given text file
24) Java Program to swap two string variables without using third or temp
variable.
3) Java program to create a singly linked list of n nodes and count the number
of nodes
5) Java program to delete a node from the beginning of the singly linked list
6) Java program to delete a node from the middle of the singly linked list
7) Java program to delete a node from the end of the singly linked list
9) Java program to find the maximum and minimum value node from a linked
list
10) Java Program to insert a new node at the middle of the singly linked list
11) Java program to insert a new node at the beginning of the singly linked list
12) Java program to insert a new node at the end of the singly linked list