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

how to call one program .class file in another program

Answer Posted / sudarshan kumar

public class Hello{
int a=5;
void sum(){
int s=a+10;
System.out.print("\n sum :: "+s);
}
}

class Client{
public static void main(String x[]){
Hello h=new Hello()
h.sum();
}
}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which class should you use to obtain design information about an object in java programming?

1057


How do I get 64 bit java?

1075


Does string is thread-safe in java?

1068


What is a qualifier in a sentence?

978


What is try-with-resources in java?

1142


what is optional in java 8?

1041


What are the methods available in a class?

1066


What is a method in java?

1032


Explain the difference between abstract class and interface in java?

970


What is static data type in java?

1015


Where is stringbuffer stored?

965


What is a nested structure?

1015


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

948


What are wrapper classes in java?

1050


What is the latest version of java?

1114