Does java linked list allow duplicates?
No Answer is Posted For this Question
Be the First to Post Answer
Explain treeset?
Why arraylist is used in java?
what is generics in jdk1.5?
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.
When is an object subject to garbage collection?
is java support call by reference and call by value, if supports please explain?
How to make a write-only class in java?
make a method which any number and any type of argument and print sum of that arguments.....
What is quick sort in java?
explain about casting of objects?
Can we override static methods?
18 Answers Bally Technologies,
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,