aspose file tools
The moose likes Java in General and the fly likes in the below code what could be the statement  to display the output of a+b. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "in the below code what could be the statement  to display the output of a+b." Watch "in the below code what could be the statement  to display the output of a+b." New topic
Author

in the below code what could be the statement to display the output of a+b.

naved momin
Ranch Hand

Joined: Jul 03, 2011
Posts: 675

in the below code what could be the statement to display the output of a+b.



The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16479
    
    2

Do you know what is the code to display a value?
naved momin
Ranch Hand

Joined: Jul 03, 2011
Posts: 675

Paul Clapham wrote:Do you know what is the code to display a value?

i know i got that
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
Why have you got a method called show(...), which doesn't show anything?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: in the below code what could be the statement to display the output of a+b.
 
Similar Threads
Constructors
Understanding inheritance
Something weird about static imports
Super class constructor calls derived class overridden method?
Final Constructors?