using .class file in java

From: neha (guptaneha12_at_yahoo.com)
Date: 03/29/05


Date: 29 Mar 2005 02:59:13 -0800

i have BankAPIClient.class file and now want to use it in another
program CallBankAPIClient.java by instantiating an object of above
class file. How to do it? guide me.....

Regards,
Neha Gupta



Relevant Pages

  • Re: using .class file in java
    ... > program CallBankAPIClient.java by instantiating an object of above ... > class file. ... Then, to use the methods of the new instance, imitate this: ...
    (comp.lang.java.programmer)
  • Re: using .class file in java
    ... > program CallBankAPIClient.java by instantiating an object of above ... > class file. ... public CallBankApiClient{ ... // object BankAPIClient ...
    (comp.lang.java.programmer)