Answer Posted / gokul d
java is a package.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between next () and nextline () in java?
Why do we use threads in java?
What exactly is methodology?
What is difference between call by value and call by reference?
What is the meaning of nullable?
What is used of static keyword in java?
Is list ordered in java?
What is a singleton factory?
How can a gui component handle its own events?
What is the r character?
What is an immutable class? How to create an immutable class?
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.
What is t in parametric equations?
What is constructor in java ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an