3. Essential Java Classes 5. Some Useful Classes презентация
Содержание
- 2. Class System (1 of 2) contains several useful class fields and
- 3. Class System (2 of 2) exit(int status) - terminates the currently running
- 4. Class Runtime Allows to interface with the environment in which the
- 5. Example of String Command Execution Runtime r = Runtime.getRuntime(); try{
- 6. Class Properties represents a persistent set of properties as pairs of
- 7. Configuration File Example dbpassword=pass&word database=localhost dbuser=vmo
- 8. Use Properties Example Properties applicationProps = new Properties(); in = new
- 9. Class Object (1 of 2) The root of the class hierarchy
- 10. Class Object (2 of 2) equals(Object obj) - indicates whether some other
- 11. Class Random is used to generate a stream of pseudorandom numbers
- 12. Class Math (1 of 2) Contains methods for performing basic numeric
- 13. Class Math (2 of 2) sqtr(double value) exp(double value) log(double value)
- 14. Скачать презентацию












Слайды и текст этой презентации
Скачать презентацию на тему 3. Essential Java Classes 5. Some Useful Classes можно ниже:
Похожие презентации