What is bubble sort in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a list be null in java?
Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz
What is difference between static class and normal class?
How many bits is a 64 bit byte?
What are passing parameters?
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
What is a module function?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Can a class be protected in java?
What is thread safe in java?
What if static is removed from main method?
difference between java ,c#&java,c++