OOP-J(3140705) IMP
click here for OOP-J Study Material UNIT-1 1. Explain any three features of java. 2.Define following. 1) Byte code 2) Java Virtual Machine 3) Unicode 4) JRE 5) JDK 3.Compare Object oriented programming with sequential programming. UNIT-2 1. Explain command line argument with help of example. 2. Explain break and continue statements with example. 3.Attempt any one. a) Write a program for Fibonacci series in java. b) Write a program to find the given number is Armstrong or not. c) Write a program for factorial of a given number. UNIT-3 1. Explain method overloading with example. 2.Explain command line argument.Write a program to take three numbers as command line argument.Display the maximum among them ? 3.Write a program which takes five numbers as command line argument from user , store them in one dimensional array & display c...
