Is void a keyword in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is inner class in java?

0 Answers   IBS,


How to add menushortcut to menu item?

0 Answers  


List out benefits of object oriented programming language?

0 Answers  


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.

0 Answers  


How to print a statement without using semicolan in java

6 Answers   HCL, IBM,


Default layout of Dialog object?

1 Answers  


What is Applet Stub Interface ?

0 Answers  


What are the Memory Allocations available in JavaJava?

1 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


what is data binding? give the example

1 Answers   TCS,


what is object type casting? give some example with related?

2 Answers   HP, SparkTG,


What are the core java topics?

0 Answers  


Categories