Write code to implement bubble sort in java?


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

Post New Answer

More Core Java Interview Questions

What is a pointer and does java support pointers?

0 Answers  


Is boolean a data type in java?

0 Answers  


What does a za z0 9 mean?

0 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


How we create object in copy constructor?

0 Answers   HCL,






What is replaceall in java?

0 Answers  


What are the new features in java 8?

0 Answers  


If I only change the return type, does the method become overloaded?

0 Answers  


can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is blank final variable?

0 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  


Categories