You are on page 1of 3

Chapter - 1 Q1. What is object-oriented programming? How is it different from the procedureoriented programming? Q2.

How are data and methods organized in an object-oriented program? Q3. What are the unique advantages of an object-oriented programming paradigm? Q4. Distinguish between the following terms (a) Objects and classes (b) Data abstraction and data encapsulation (c) Inheritance and polymorphism (d) Dynamic binding and message passing Q5. What kinds of things can become objects in OOP? Q6. Describe inheritance as applied to OOP. Q7. List a few areas of application of OOP technology. Q8. Why is Java known as platform-neutral language? Q9. How is Java more seemed than other languages? Q10. What is multithreading? How does it improve the performance of Java Q11. List at least five major differences between C and Java. Q12. List at least five major C++ features that were intentionally removed from Java. Q13. How is Java strongly associated with the Internet? Q14. What is World Wide Web? What is the contribution of Java to the World Wide Web? Q15. What is Hypertext Markup Language? Describe its role in the implementation of Java applets. Q16. What is the difference between a compiler and an interpreter? Q17. Describe the various systems required for Internet programming? Q18. Describe the syntax of a typical Java program. Q19. Why do we need the import statement? Q20. Java is an object-oriented programming language. What is an object? Q21. Q22. Q23. Q24. Q25. Q26. Q27. Q28. Q29. Q30. Q31. Q32. Q33. Q34. Q35. What is the task of the main method in a Java program? What is a token? List the various types of tokens supported by Java. Why cant we use a keyword as a variable name? Enumerate the rules for creating identifiers in Java. What is constant? List different types of constant in Java What is variable? List different types of variables in Java What do mean by scope of variable ? List and describe different access specifier used in java? What is Type casting? Explain List the standard Default values used in java What are the conventions followed in Java for naming identifiers? Give examples. What are separators? Describe the various separators used in Java. What is a statement? How do the Java statements differ from those of C and C++? Describe in detail the steps involved in implementing a stand-alone program. What are command line arguments? How are they usefull?

Q38. Q39. Q40. Q41. Q42. Q43. Q44. Q45. Q46. Q47. Q48. Q49. Q50. Q51. Q52. Q53. Q54. Q55. Q56. Q57.

Q36. Java is freeform language. Comment. Q37. State Difference between Constant and Variables

List different types of Operators used in java? List and Describe Arithmetic Operators with example, List and Describe Relational Operators with example, List and Describe Logical Operators with example, List and Describe Assignment Operator with example List and Describe Increment and Decrement Operator with example, List and Describe Conditional Operator with example, List and Describe Bit wise Operator with example, List and Describe Special Operator with example List Different Conditional and Looping construct used in java Describe if statement giving it syntax and example Describe if else statement giving it syntax and example Describe if else if ladder statement giving it syntax and example Describe Switch case statement giving it syntax and example Describe conditional operator giving it syntax and example Describe while Loop statement with syntax and example Describe Do- while Loop statement with syntax and example Describe For Loop statement with syntax and example Compare do and while statement Compare if and Switch statement

Chapter -5 Q1. What is an applet? Q2. List different types of Applet Q3. What is a local applet? Q4. What is a remote applet? Q5. State the necessity of applet Q6. Explain the client/server relationship as applied to Java applets. Q7. How do applets differ from application programs? Q8. Discuss the steps involved in developing and running a local applet. Q9. Discuss the steps involved in loading and running a remote applet. Q10. List methods of Applet class and Explain Q11. Describe the various sections of Web page. Q12. Describe life cycle of Applet
Q13. Describe Initialization And Termination of Applet

Q14. Q15. Q16. Q17. Q18. Q19. Q20. Q21.

Describe setBackground ,DrawString , Setforeground Methods. Describe color class , List and Describe its constant , constructor and Method? Describe Font class , List and Describe its constant , constructor and Method? List and Describe Methods and Constructor of graphics class in java? Describe the Applet tag and its Attributes of the Applet tag. How many arguments can be passed to an applet using <PARAM> tags? Why do applet classes need to be declared as public? Describe the different stages in the life cycle of an applet. Distinguish between init() and start( ) methods.

Q22. Develop an applet that receives three numeric values as input from the user and then displays the largest the three on the screen. Write a HTML page and test the applet.
Q23. List Limitations Of Applets For Internet Programming

You might also like