What is bigger kb or mb?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are the advantages of java over C++?

0 Answers  


What does ide stand for?

0 Answers  


How many types of interfaces are there?

0 Answers  


What is instanceof keyword?

0 Answers  


Can we convert stringbuffer to string?

0 Answers  






The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What is compareto () in java?

0 Answers  


What is xslt in java?

0 Answers  


What is output buffer?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is the gregoriancalendar class in java programming?

0 Answers  


Explain the features of java?

0 Answers  


Categories