Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java method > Java class method |
| Java class method comparison table | ||
| Subject | have example | have purpose |
|---|---|---|
| isDigit | // tests if the character is a digit | to test if a character is a digit |
| parseInt | // converts aString to an int | to convert a string to an int |
| toHexString | // converts to hexadecimal | to convert an int to hexadecimal |
Up: class method, Java method