calling method

calling method

View Answers

September 10, 2009 at 3:46 PM

Hi Friend,

Try the following code:

class A{
public void fo(){
class B{
public void fo1(){
System.out.println("fo1 of class B");
}
}
System.out.println("fo of class A");
}
class C{
public void fo2(){
System.out.println("fo2 of class C");
}
}
}
class D{
public static void main(String args[ ]){
A a=new A();
a.fo();
}
}

Thanks









Related Tutorials/Questions & Answers:
calling method - Java Beginners
calling method   class A{ public void fo(){ class B{ public void fo1(){ System.out.println("fo1 of class B... static void main(String args[ ]){ } } I Want to call method fo1
instead of calling an individual ResultSet.getXXX method for each column.
instead of calling an individual ResultSet.getXXX method for each column.  How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column
Advertisements
Calling java class method from javascript
Calling java class method from javascript  I want to call a java class method from javascript. The java class method is like "public String[] getWord()". I want to assign this string array value to a variable in javascript. I
Calling hibernate query list() method generates errors
Calling hibernate query list() method generates errors  Hello, I'm trying to debug someone's codes. But I am not an expert of hibernate so I'm... Collection<JobEntity> getJobsByGrpId(String grpId){ Query q
Get Calling Method
Get Calling Method       In this example we will find the name of the method. Description of the method used in the example: getStackTrace: Provides programmatic access
How to change the value of a variable which is set in jsp (by jstl method) by calling the function from js?
How to change the value of a variable which is set in jsp (by jstl method) by calling the function from js?  How to change the value of a variable which is set in jsp (by jstl method) by calling the function from js? I set
calling java method from html form with out using javascript - JSP-Servlet
calling java method from html form with out using javascript  How can i call java method from a HTML form, java script should be disabled?  Hi <html><head><title>Test Input Validation</title><
Calling a function
Calling a function  Hi, I have a function xyz() in php code. When a button is clicked it should execute that particular function for that i have written as <form action="<?=$_SERVER['PHP_SELF'];?>" method="post">
Calling Destructor
Calling Destructor  How can i call destructor in java using System.gc.... There is an inherited method called finalize for Garbage Collection. import java.io.... FinalizeFileOutputStream(); // finalize() method call. objOutstream.finalize
php calling variables
php calling variables  Can i call a member variable of a class using static method in php
video calling
video calling  how to implement video calling using java? i am a final year mca student please give me some samplecodes
video calling
video calling  how to implement video calling using java? i am a final year mca student please give me some samplecodes
method
method   how and where, we can define methods ? can u explain me with full programme and using comments
method
method  can you tell me how to write an abstract method called ucapan() for B2 class class A2{ void hello(){ system.out.println("hello from A2"); }} class B2 extends A2{ void hello(){ system.out.println("hello from B2
calling servlet from jsp
calling servlet from jsp  how to call a servlet from jsp
init Method in Spring
init Method in Spring       Calling Bean using init() method in Spring, this section describes ...() method .Here we have defined the property and values of  the bean using
init Method in Spring
init Method in Spring       Calling Bean using init() method in Spring, this section... the init() method .Here we have defined the property and values of  the bean
calling a java file in java
calling a java file in java  how to call a another java file in java
JavaScript deleteTFoot method
then we can delete this table footer by calling the JavaScript method with the table object. Syntax for using deleteTFoot() method is as follows: Syntax:ADS... JavaScript deleteTFoot method   
Calling from JSP
Calling from JSP  how can we call a class file from JSP   Hi, Do you want to call a servlet or a Java Bean through JSP? Please clarify this. For more information, visit the following link: JSP Tutorials Thanks
Calling servlet from servlet .
Calling servlet from servlet .  How to call a servlet from another... ServletException, IOException { System.out.println("Calling another servlet by using...); System.out.println("Calling another servlet by using SendRedirect
calling function - JSP-Servlet
calling function  Hai, How to call a java file in jsp file?  Hi friend, Step to be remember for solving the problem : 1.Create a jsp page "test.jsp" Example of Extends Attribute of page
Error in calling javascript function from java
Error in calling javascript function from java  I am callin javascriot function from applet and getting error netscape.javascript.JSException: Unexpected error: This method should not be used unless loaded from plugin.jar
calling setInterval() on onclick event
calling setInterval() on onclick event  Hi all, I am trying to call setInterval() on onclick event. But it is executing the code only once. Following is my code. <script type="text/javascript" language="javascript">
Calling Action on form load - Struts
Calling Action on form load  Hi all, is it possible to call... this list is coming from the action which i m calling before the page is being... to direct user directly to this page i m calling an action which is preparing a list
Calling Constructor in Spring
Calling Constructor in Spring       In the given example you will be learning about a constructor and how to call a constructor in the Spring. Declaring constructor injection
Calling Namespace
Calling Namespaced Code From Other File: In the previous tutorial we have seen that how to declare a namespace and how to access the class, function from... myMethod()ADS_TO_REPLACE_5 { echo __METHOD__; }ADS_TO_REPLACE_6 } ?>
Server calling of .exe file in the client
Server calling of .exe file in the client   I have a requirement with java webapplication. We are using jboss as appserver on Linux machine. How can I call a .exe file from client machine? I want to run .exe from webpage like
Calling awt Frame methods from subclass
Calling awt Frame methods from subclass  Calling awt Frame methods from subclass
calling java beans - JSP-Servlet
calling java beans  Sir, I want to know where to place the java beans java file and class file inside tomcat web server. and how to call them from jsp file.  Hi Friend, Java Bean is placed in classes\form
Calling a jsp page from Servlet
Calling a jsp page from Servlet  How can I do this? Suppose I have jsp page aaa.jsp. From aaa.jsp on form action I have made a call to a servlet xxx.java. In xxx.java I have written code to retrieve data from database through
calling one jsp from another jsp page
calling one jsp from another jsp page  need coding for calling one jsp from another jsp including the xml file.Its urgent
pyspark : An error occurred while calling None.org.apache.spark.api.java.JavaSparkContext
pyspark : An error occurred while calling... yesterday. Now its giving the error: pyspark : An error occurred while calling...;(JavaSparkContext.scala:58un.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method
calling zipping function - JSP-Servlet
calling zipping function  Hi, Is it possible to zip a jsp file. I wrote a java function for zipping a file.How to call that java file (zipping function ) in JSP ? pls help me Thanks.... 
ModuleNotFoundError: No module named 'sequana-variant-calling'
ModuleNotFoundError: No module named 'sequana-variant-calling'  Hi...: No module named 'sequana-variant-calling' How to remove the ModuleNotFoundError: No module named 'sequana-variant-calling' error? Thanks   
ModuleNotFoundError: No module named 'seaborn-calling-function'
ModuleNotFoundError: No module named 'seaborn-calling-function'  Hi...: No module named 'seaborn-calling-function' How to remove the ModuleNotFoundError: No module named 'seaborn-calling-function' error? Thanks  
ModuleNotFoundError: No module named 'django-countries-with-calling-codes'
ModuleNotFoundError: No module named 'django-countries-with-calling-codes' ...: ModuleNotFoundError: No module named 'django-countries-with-calling-codes' How to remove the ModuleNotFoundError: No module named 'django-countries-with-calling
method inside the method??
method inside the method??  can't we declare a method inside a method in java?? for eg: public class One { public static void main(String[] args) { One obj=new One(); One.add(); private static void add
calling webservices that return complexTypes in android using ksoap2
(); } } } }"); The webservice method i am calling retuns...calling webservices that return complexTypes in android using ksoap2   Here's my code for android application,to call aweb service method and return
calling one jsp from another jsp - JSP-Servlet
is just like calling a method() in the java/c++/c classes. It will call the method...calling one jsp from another jsp  Hi All, In my web application I have two jsp files(one.jsp and two.jsp). I have written a seperate method
calling from iphone through programitically in iphone
calling from iphone through programitically in iphone  calling from iphone through programitically in iphone please help me my senario is if i click send sms button message should deliver to xyz person and that xyz person make
get method
get method   how to use get method: secure method is post method and most of use post method why use a get method
Method
Method       In this section, we will explore the concept of method in the reference of object oriented... and behaviors are defined by methods. Method : An brief introduction Methods
calling webservices that return complexTypes in android using ksoap2
calling webservices that return complexTypes in android using ksoap2   Can anyone direct me to a site or show me an example ,on how to call a webservice which returns a complexType as the result, in an android app
method question
method question  How do I figure out the difference in a method heading, a method body, and a method definition
From struts calling function to bean - EJB
From struts calling function to bean   I am calling a function from "struts action class" to bean. I am using weblogic 8.1 web server.i am able to call the function from action class,when i restart the server.But when i
how to start intergrated webcam of a laptop without calling its exe file using java only - Java Beginners
how to start intergrated webcam of a laptop without calling its exe file using java only  how to open integrated webcam of a laptop without calling its exe file using java only?.simply what i am asking is that is there any method
Method Overloading
Method Overloading  In java can method be overloaded in different class
Method Overloading
Method Overloading  In java can method be overloaded in different class
Calling external process in Java - Java Beginners
Calling external process in Java  Hi, How I can call some system command from Java? I want to run the Microsoft Calculator application from Java, how it can be done. Provide me example. What is the use of Runtime.getRuntime

Ads