Answer Posted / sujanya
Enumaration is an intetrface.It enumarates the elements
from top to bottom
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is functional interface in java example?
What is java literals?
What are the types of sockets in java?
What are facelets templates?
Who is the owner of java?
Is sizeof a preprocessor?
What is the difference between actual and formal parameters?
Explain wrapper classes in java?
Explain the difference between abstract class and interface in java?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Is static a keyword in java?
What is difference between class and object in java?
Which collections are thread safe in java?
Can you have two constructors in java?
What is the java project architecture?