What is a jagged array 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 parsing a string?

0 Answers  


Is Java Class Threadsafe ????? How to make Java class Thread safe??

2 Answers   Cognizant,


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

0 Answers  


How to create a fecelet view?

0 Answers  


Is int a class in java?

0 Answers  






For technical interview question please sir send me because tomorrow my interview

1 Answers   FactSet Systems,


Can we able to pass objects as an arguments in java?

0 Answers  


Is void a data type in java?

0 Answers  


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

3 Answers  


If goto and const is reserve words than why it is not work in java?

0 Answers  


What are the ways of polymorphism other than Overridding & Overloading

1 Answers  


Is an integer an object?

0 Answers  


Categories