Author Archives: Thomas Mani P
Question 7
Design a class ArmNum to check if a given number is an Armstrong number or not. Continue reading
Question 8
Design a class MatRev to reverse each element of a matrix. Continue reading
Question 9
A class Rearrange has been defined to modify a word by bringing all the vowels in the word at the beginning followed by the consonants Continue reading
Question 10
A super class Record contains names and marks of the students in two different single dimensional arrays. Continue reading
Question 11
A linear data structure enables the user to add address from rear end Continue reading
Question 12
A linked list is formed from the objects of the class Node. Continue reading
Java Programming
Java is an object-oriented, class-based, concurrent, secured and general-purpose computer-programming language. Continue reading
Question 1
e) Difference between double and float variables in Java. Continue reading
Question 2
d) What will be the output for the following program segment? Continue reading
Question 3
The following is a method/function of some class. Give the output of the function display() Continue reading