
Write a Java program, to demonstrate tokenizing given string/text using StringTokenizer class.Write a Java program to implement matrix operations using multidimensional arrays.Write a Java Program to design a Job Application/ Student Admission Form and store the values in a file.


Write a Java program to demonstrate String handling methods.Write a Java program to define and handle Exceptions in the implementation of Experiment 3.(also make use of throw, throws).Write a Java program to create multiple threads for different calculator operations.Write a Java program to create a package which has classes and methods to read Student Admission details.Write a Java program that works as a simple Calculator.Write a Java program that illustrates runtime polymorphism.Write a Java program for sorting a given list using inheritance concept.Write a Java program for handling mouse events.Write a Java program for creating one base class for student personal details and inherit those details into the sub class of student Educational details to display complete student information.Core Java: Basics of Java Interview Questions.Compiling and executing java program(s).INSERTING A NODE IN THE END IN SINGLY LINKED LIST.INSERTING A NODE IN THE BEGINNING IN SINGLY LINKED LIST.INSERTING A NODE AT ANY POSITION IN SINGLY LINKED LIST.INSERTING A NODE AT ANY POSITION IN DOUBLY LINKED LIST.IMPLEMENTATION OF STACK USING LINKED LIST.Write C programs that use both recursive and non-recursive functions To find the factorial of a given integer.(Note: The file name and n are specified on the command line.) Write a C program which copies one file to another.Write a C program which checks a given integer is Fibonacci number or not.Write a C program to reverse the first n characters in a file.Write a C program to read in two numbers, x and n, and then compute the sum of this geometric progression: 1+x+x2+x3+………….+xn.

Write a C program to perform i)Reading a complex number ii) Writing a complex number iii) Addition of two complex numbers iv) Multiplication of two complex numbers (Note: represent complex number using a structure.) using Functions.Write a C program to generate the first n terms of the Fibonacci sequence.Write a C program to generate Pascal’s triangle.Write a C program to generate all the prime numbers between 1 and n, where n is a value supplied by the user.Write a C program to find the sum of individual digits of a positive integer.Write a C program to find the roots of a quadratic equation.Write a C program to determine if the given string is a palindrome (or) not.Write a C program to count the lines, words and characters in a given text.Write a C program to construct a pyramid of numbers.Write a C program that uses functions to perform the following operations:To insert a sub-string in to a given main string from a given position.ii) To delete n Characters from a given position in a given string.Write a C program that performs the following: i) Addition of Two Matrices ii)Multiplication of Two Matrices.To copy one string to another using pointers.Program to write and read data from a file.Program to maintain student details using structures.Perform string manipulation using string functions.c programs on file handling/Explain Random Access to file in C explain fseek( ) Function ftell( ) Function with example.C Program to find the student grades in a class room.C Program to Find the Largest Number Among Three Numbers.C Program to Find Factorial of a Number.

