Explain the difference between RAM and ROM
Explain the difference between RAM and ROM?
Expert
Semiconductor memories are of two kinds: Random access memory (RAM) and ROM (read only memory).
RAM: a read/write memory.Information can be there written in and read from a RAM. This is volatile memory.This stores information as long as power supply is on.
ROM is permanent kind memory. Contents of this are not lost while power supply goes off. There user cannot write in a ROM. Contents of this are decided by the manufacturer and also written at the time of manufacture. There programmable ROMs are also available. They are termed as PROMs.
To define the data types such as LONG, INT, SHORT, CHAR write a program?
What are collections and generics?
Homogeneous collection: A group of objects with similar dynamic type. Arrays are the most general homogeneous collection objects.
Concurrency: This is a feature of parallel programming. The parts of a program whose executions overlap in time are stated to execute concurrently. Java's thread characteristic support concurrency.
Q. Explain the concept of public classes in java. How they are useful?
Do you feel that you are a good Extensible Style Sheet Language Transformations programmer?
Explain the way to communicate server with more than one client.
In CORBA, what are i) an ORB ii) an IOR iii) a servant iv) a POA and v) a POA manager?
Define the term Trusted applet: It is an applet with additional privileges than an ordinary (that is, untrusted) applet.
Boolean: It is one of the Java's primitive types. The Boolean type has merely two values: true and false.
18,76,764
1947881 Asked
3,689
Active Tutors
1429176
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!