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 output???????

public class multireturn
{
public(int assign x ( int x)
{
if(4==x)
{
return 7;
}
else if (7=x+3)
{
return 6;
}
return 5;
}
}

Answer Posted / guest

7 or 5 depending on value of x but never 6

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I stop concurrentmodificationexception?

971


What is math floor in java?

886


Can you declare a private method as static?

1097


What is lossy conversion in java?

1120


What is meant by object oriented programming – oop?

926


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

1000


What is type conversion in java?

981


From the two, which would be easier to write: synchronization code for ten threads or two threads?

1002


What is a bufferedreader?

1001


What is a top level class in java?

963


Tell me the Importent classes in net package?

1950


What is threaded programming and when is it used? : Java thread

1017


What is a default method?

986


How does hashmap work in java ?

986


What is Enum in Java?

1208