July 17, 2021 in C and CPP
In UML diagram of a class
1.1 In UML diagram of a class
A) state of object cannot be represented
B) state is irrelevant
C) state is represented as an attribute
D) state is represented as a result of an operation
July 17, 2021 in C and CPP
1.1 In UML diagram of a class
A) state of object cannot be represented
B) state is irrelevant
C) state is represented as an attribute
D) state is represented as a result of an operation
July 17, 2021 in C and CPP
c) What is a Layout Manager? Explain the following layout managers:
i) BorderLayout
ii) GridLayout
iii) FlowLayout
July 17, 2021 in C and CPP
a) What is an Applet? Discuss the applet HTML tag with its required attributes with an example.
July 17, 2021 in C and CPP
c) List the features provided by Swing for developing GUI Application and discuss the Swing
JTextField and JLabel components.
July 17, 2021 in C and CPP
b) What is the UML Sequence diagram? Explain it with suitable example?
July 17, 2021 in C and CPP
a) Explain static and dynamic method binding?
July 17, 2021 in C and CPP
c) What is inheritance? Write the important benefits of Inheritance.
July 17, 2021 in C and CPP
b) What is JDBC? Write the basic steps required to connect and process the data from a
database using JDBC.
July 17, 2021 in C and CPP
a) What is an exception? Describe exception handling mechanism with example.