why we use static with only main()class not with other class
Answer Posted / boxofyuvi
Becoz the class which is stated as static will have the
first preference to execute....
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
public static void main(String args[]) describe it
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
How do you initialize a static member of a class with return value of some function?
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
What is the difference between WebIntelligence and Designer in creating universes?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
what is delegate and delegation model give the real live example on delegate model
what is woransient key word? how it is used in java
Can we write a method in JSP.If so how?
sample and simple coding where we get?
how to remove header and footer in jcl using sort utility
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.