Sunday, December 15, 2019

JAVA PROGRAMMING ASSIGNMENT 1 QUESTIONS


SIR C R REDDY COLLEGE OF ENGINEERING, ELURU
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
JAVA PROGRAMMING ASSIGNMENT 1 QUESTIONS
  1. List and explain Java buzzwords. Which factors are making Java famous language?
  2. Write the problems associated with procedure languages. Elaborate how object oriented languages overcomes the problems of procedural languages.
  3. Explain the architecture of Java Virtual Machine with a neat diagram.
  4. Give the naming conventions in Java.
  5. What are the different primitive data types in java? Give their sizes in bits. How they are different from reference data types?
  6. How to perform type casting in java? Differentiate it from primitive type conversion with an example program.
  7. With an example program explain the concept of classes and nested classes in java.
  8. Write a program that shows an Employee class which contains various methods for accessing employee’s personal information and methods for paying an employee.
  9. Design a class that represents a bank account and construct the methods to

                           i).          Assign initial values
                         ii).          Deposit an amount
                       iii).          Withdraw amount after checking balance
                       iv).          Display the name and balance.
    10. Write about command line arguments. Accept the input from keyboard to display Fibonacci series.



No comments:

Post a Comment

JAVA PROGRAMMING ASSIGNMENT 2 QUESTIONS

SIR C R REDDY COLLEGE OF ENGINEERING, ELURU DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING JAVA PROGRAMMING ASSIGNMENT 2 QUESTIONS ...