Have you worked on bits programming? examples?What is bit?
How many bits are there in the byte?
Answer Posted / dead famous
a byte is made up of 8 bits
two bytes make a word
and (of course) two nibbles make a byte.... (true) ;-)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are java objects passed to a method and what are native methods?
What is parsing in java?
What is double data type?
Enlist few advantages of inheritance?
What is the static import?
Can a class have multiple superclasses?
What is an infinite loop in java? Explain with an example.
What is a method in programming?
What is maximum size of arraylist in java?
What is backdrop?
What is the synonym of string?
What are the benefits of operations in java?
What does exp mean in math?
who can i handle multiple client in RMI
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.