Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the return type of a program?s main() method?

Answer Posted / ravikiran

void

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is nested top-level class?

1007


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

946


What are different types of inner classes ?

1020


How do you check if a character in a string is a digit or letter?

1036


what is object slice?

2034


How is hashcode calculated in java?

1000


Explain the public class modifier?

918


Can we extend singleton class in java?

931


What happens to a static var that is defined within a method of a class?

1001


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

11058


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.

2013


what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

2138


What is flush buffer?

997


What is the function of java?

972


What does string [] args mean?

974