Paquetes Java Flashcards

1
Q

java.util

A

Clases que soportan grupos de objetos, conversión de String, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

java.io

A

Define clases para manejar flujos de caracteres de una fuente a un destino.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

javax.swing

A

Clases que implementan interfaces gráficas de usuario como botones, etiquetas, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

java.net

A

Clases que soportan programación para red.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

java.sql

A

Provee clases para conectar y manipular bases de datos.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

java.lang

A

Se importa automáticamente para utilizar sus clases directamente. (Object, System, Math, Integer, String, Character).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly