What is the difference between a method and a procedure?


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

Post New Answer

More Core Java Interview Questions

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  


How do you detect memory leaks?

0 Answers  


Does constructor creates the object ?

0 Answers  


What is the static block?

0 Answers  


How do you check if a number is a perfect square?

0 Answers  






why java does not support multiple inheritance

41 Answers   Diamond, Euclid, Evergent, KLKJ, Mind Tree, NIIT, SSI Small Scale Industries, Wipro,


What is the original name of java?

0 Answers  


What happens if a constructor is declared private?

0 Answers  


Write a program to print the pattern given below

0 Answers  


Relationship between an event-listener interface and an event-adapter class?

1 Answers  


Why only one Class is public in one file? Explain in details. Thanks in Advance.

12 Answers  


hr interview how many minutes asking question

0 Answers  


Categories