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...


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?


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

Post New Answer

More Core Java Interview Questions

different between exception and error? explaim check and uncheck exception

4 Answers  


Explain importance of inheritance in java?

0 Answers  


Howmany number of objects we can store in an ArrayList. Is there any limit?

7 Answers   TCS,


State one difference between a template class and class template.

0 Answers   HAL,


Can You Have Virtual Functions In Java?

0 Answers  


What must a class do to implement an interface in java programming?

0 Answers  


Is arraylist dynamic in java?

0 Answers  


What is the difference between char and char *?

0 Answers  


What is skeleton and stub?

0 Answers  


What is nested loop? What is dangling else condition in it?

0 Answers   Ericsson,


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


Categories