Give some features of interface?


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

Post New Answer

More Core Java Interview Questions

What is the java project architecture?

0 Answers   IBM,


What is the largest number a double can hold?

0 Answers  


Is static a keyword in java?

0 Answers  


How do you achieve polymorphism in java?

0 Answers  


What is the size of integer?

0 Answers  






What does the exclamation mark mean in java?

0 Answers  


How do you format in java?

0 Answers  


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

0 Answers  


Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)

1 Answers   ABC,


What is static synchronization?

0 Answers  


Does java arraylist maintain insertion order?

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  


Categories