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 difference between an argument and a parameter?


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

Post New Answer

More Core Java Interview Questions

Explain the difference between string, stringbuffer and stringbuilder in java?

0 Answers  


What is a line break example?

0 Answers  


Explain java coding standards for constants?

0 Answers  


What are the standards to place package statement within a source code file?

1 Answers  


What is the difference between comparison done by equals method and == operator?

0 Answers  


What do you mean by boolean?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


How to define a constant variable in Java?

1 Answers   TCS,


What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


What is static and a non-static inner class?

3 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

0 Answers   IBS,


Why does java not allow multiple public classes in a java file ?

2 Answers  


Categories