tags:

views:

13

answers:

1

If I'm new to java api, say for ex jtidy. In general how can I start learning,Give tips to program using new api;s. I have javadoc for that api. with this I dont know how to proceed further

A: 

Look at the documentation (if there is any). Look at any tutorials and try to either implement them, or use parts of them for whatever you want to do.

Marius
I'm asking generally, Because Everytime when I'm in need to work with new api I work by using the existing examples in net. Is this is the way to learn and workout using new api?
Senthil