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 |
Does hashset allow duplicates in java?
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?
What is string immutability?
What about features of local inner class?
Can i have abstract class with no abstract methods?
What is the functionality of the stub?
Explain the selection sort algorithm and state its time complexity?
java can provide security ,how can provide?
8 Answers Aspire, BNP Paribas, Genpact, IBM,
Explain about anonymous inner classes in java?
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.*; ?
What is the difference between class forname and new?
Explain the use of javap tool.