
Strip:
| Class name | In |
| Fields | int count |
| Constructors | In() |
| Methods | static int readInt() static char readCh() |
javap java.lang.String:
where options include:
| -public | Show only public classes and members |
| -protected | Show protected/public classes and members |
| -package | Show package/protected/public classes and members (default) |
| -private | Show all classes and members |
| Interface Summary (java.util) | |
| Collection | The root interface in the collection hierarchy. |
| Iterator | An iterator over a collection. |
| List | An ordered collection (also known as a sequence). |
Due: We, Apr 9, at class
Issue the command ‘javap -private java.lang.String’ and inspect its outcome. Provide the following information.