Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)
1 2254I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
1701
Does constructor return any value?
Is heap stored in ram?
How does struts work?
What is the use of toarray () in java?
What is the use of jfc in java swing?
What is actioninvocation?
What is java developer?
What is an interface in java?
How to write update query in hibernate?
What does null mean in java?
What does it mean by node federation?
What is hibernate configuration?
Why sessionfactory is used in hibernate?
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 the use of forwardaction?