Have you worked on bits programming? examples?What is bit?
How many bits are there in the byte?



Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?..

Answer / 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

More Core Java Interview Questions

Does hashset allow duplicates in java?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is string immutability?

0 Answers  


What about features of local inner class?

0 Answers  


Can i have abstract class with no abstract methods?

22 Answers   CTS,


What is the functionality of the stub?

0 Answers  


Explain the selection sort algorithm and state its time complexity?

0 Answers   Flextronics,


java can provide security ,how can provide?

8 Answers   Aspire, BNP Paribas, Genpact, IBM,


Explain about anonymous inner classes in java?

0 Answers  


why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?

3 Answers  


What is the difference between class forname and new?

0 Answers  


Explain the use of javap tool.

0 Answers  


Categories