Sagewire Logo

How to find info on JAVA libraries, classes, etc.?

3 Message(s) by 3 Author(s) originally posted in java misc


From: javanewbie22 Date:   Saturday, July 24, 2004
I'm just starting to learn JAVA. Naturally, I
am comparing it to languages that I am already
familiar with. In Oracle, in Sqlplus, you can

describe procedure nameThis will list procedure "headers".
It'll show you all input and output parameters.If you: describe pacakgename

Oracle will list all the internal procedures, and
the parameters required for each of the procedures.Is there something similar in JAVA?

Ie. I want to know all the built in function s, etc in:

JAVA.io
JAVA.langAnd, if I do know the particular function that I am
interested in, how do I describe it, and find out:
- the input parameters
- any return values
- any description/help

Thanks a lot


From: Christophe Vanfleteren Date:   Saturday, July 24, 2004
wrote in message :

I'm just starting to learn JAVA. Naturally, I
am comparing it to languages that I am already
familiar with.
In Oracle, in Sqlplus, you can
describe procedurename
This will list procedure "headers".
It'll show you all input and output parameters.
If you: describe pacakgename
Oracle will list all the internal procedures, and
the parameters required for each of the procedures.
Is there something similar in JAVA?
Ie. I want to know all the built in functions, etc in:
JAVA.io
JAVA.lang
And, if I do know the particular function that I am
interested in, how do I describe it, and find out:
- the input parameters
- any return values
- any description/help
Thanks a lot



It's called the API (application programming interface)docs, you can find them at the sun site:

http://JAVA.sun.com/j2se/1.4.2/docs/api/

And as a beginner, you might consider just posting to c.l.j.help instead.
I also changed the followup to comp.lang.JAVA.programmer since
comp.lang.JAVA isn't an official group anymore, although some servers
still carry it.

--
Kind regards,
Christophe Vanfleteren


From: Roedy Green Date:   Saturday, July 24, 2004
On 24 Jul 2004 11:33:37 -0700, JAVAnewbie22@xxxxxxxxxxx (Darrell Brown)
wrote in message or quoted :

Is there something similar in JAVA?



See http://mindprod.com/jgloss/newsgroups.html
for the list of active JAVA newsgroups.

This one isn't an appropriate place for your response, but it is the
only one is the list that actually exists.

You find info on classes using an IDE that allows you to right click,
or you look in the JAVADoc index.

See http://mindprod.com/jgloss/JAVAdoc.html
http://mindprod.com/jgloss/ide.html

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The JAVA Glossary.



Next Message: IP options


Blogs related to How to find info on JAVA libraries, classes, etc.?

Long Live Console Applications!
With the advent of standard classes (eg stl, MFC, or others in the C++ world, the java library and .NET base class library in the post-C++ world) writing ones own hasttable or string class does not really make sense anymore (perhaps ...

101 Reasons Why Java Is Better Than .NET
Java libraries are assumed to be 100% pure Java unless otherwise noted. ... In the event that you create an additional class and associated API(s) which ... The implications of this is that its just harder to find information about . ...

General Code Conventions (updated)
Information about Java coding standards used in the Mule project. ... A variable of this type whould have to be named dVD, hTML etc. which obviously is ... prefixing these classes by Default has been adopted by Sun for the Java library. ...

Project Able: a complete Java web stack
The stack components are different (WebWork, Spring, iBatis, etc). ... That isn't to say that there aren't libraries that Able depends on (there are), ... Using Java Generics, there is a base DaoService class you can extend for ...

ABCD-Flash Co-Chair on Flash GUIs vs. Java GUIs
Java is installed at only 80% of the browser vs. 98% of Flash. ... If you find that there is too much information in the log, clear the Output window by ... boxes, etc.) Flash has no such libraries so you either need to build these ...

IDE Integration (updated)
Select "Java Compiler/Building" and check "Enable project specific settings". ... Also, if you are using JSP you will need to add your JDK's tools.jar library to your ... allowing you to create domain classes etc. from within Eclipse: ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional