Write a java applet that computes and displays the squares
of values between 25 and 1 inclusive and displays them in a
TextArea box


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

Why is oop useful?

0 Answers  


What is encapsulation with real life example?

0 Answers  


What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required

15 Answers   ISTS, Wipro,


Can we call a base class method without creating instance?

6 Answers  


WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)

1 Answers   TCS,






What is protected in oop?

0 Answers  


what is the 3 types of system development life cycle

0 Answers  


difference between class and object

10 Answers   Chandan, IBM, Magic Soft,


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


What are the components of marker interface?

0 Answers  


What is ambiguity in c++

4 Answers   Accenture, Mphasis,


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


Categories