What type of inheritance does Java support?

A. single inheritance
B. double inheritance
C. multiple inheritance
D. Java does not support inheritance.

Answer: A

Computer Science & Information Technology

You might also like to view...

A network, where each device communicates through radio signals, is referred to as a:

A) wired Network B) wireless network C) radio network D) transmitter network

Computer Science & Information Technology

Which Linux command will mount a virtual disk into the file system?

A. mkfs mydisk.img /mnt/vdisk B. mkfs /mnt/vdisk mydisk.img C. mount /mnt/vdisk mydisk.img D. mount mydisk.img /mnt/vdisk

Computer Science & Information Technology