CS -74 Introduction To Internet Programming Dec -2001
Question Paper of CS -74 Introduction To Internet Programming Dec -2001
Ql(i). Describe Unicode and ASCII code.
(ii) Java is object-oriented. What are the advantages of object-oriented programming compared to procedural oriented programming?
(iii) Write a recursive program in Java for the greatest common divisor (GCD), Given two positive integers, the GCD is the largest integer that divides them both.
(iv) What is the need of a layout manager? Describe flo wlayout. How do you create a flowlayout manager? How do you add a componenet to a flow-layout container? Is the number of components to be added to a flow-layout container limited?