Monthly Archives: December 2019

Question 2

What is an Interface? How is it different from a class? Continue reading

Posted in ISC2019 | Leave a comment

Question 3

The following function Mystery( ) is a part of some class.  Continue reading

Posted in ISC2019 | Leave a comment

Question 7

Design a class ArmNum to check if a given number is an Armstrong number or not.  Continue reading

Posted in ISC2019 | Leave a comment

Question 8

Design a class MatRev to reverse each element of a matrix. Continue reading

Posted in ISC2019 | Leave a comment

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

Posted in ISC2019 | Leave a comment

Question 10

A super class Record contains names and marks of the students in two different single dimensional arrays. Continue reading

Posted in ISC2019 | Leave a comment

Question 11

A linear data structure enables the user to add address from rear end Continue reading

Posted in ISC2019 | Leave a comment

Question 12

A linked list is formed from the objects of the class Node. Continue reading

Posted in ISC2019 | Leave a comment

Java Programming

Java is an object-oriented, class-based, concurrent, secured and general-purpose computer-programming language. Continue reading

Posted in Basic | Leave a comment

Question 1

e) Difference between double and float variables in Java. Continue reading

Posted in Term 2 | Leave a comment