Books,well trusted websites , news.reports , schools library (online and off ) hope this helps.:-)
Answer:
<h2>Rom</h2>
Explanation:
ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads
Answer: Citiations areto show where you got information from.
Explanation:
Bluetooth is the most reasonable answer
Answer:
ssume that,
Maximum “students” count can be 10.
*Driver Class*
*Solution class*
import java.util.*;
class Student {
private String name;
private int rollNo;
public String getName() {}
public void setName(String name) {}
public int getRollNo() {}
public void setRollNo(int rollNo) {}
};
class ClassRoom {
private int i;
private Student[] students;
public void addStudent(String name, int rollNo) {}
public Student[] getAllStudents() {}
};