Answer Posted / jain mayur
no we cant write any program without class.because its
purely object oriented.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you mean by a JVM?
What is logical variable?
Which is the class in java?
How can we create a thread in java?
Which method cannot be overridden in java?
What is mysql driver class name?
What is an interface in java? Explain
Explain parallel processing in java8?
Can private method static?
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
Explain the scope of a variable.
What are static blocks in java ?
What is the use of generics? When was it added to the Java development Kit?
What are the pillars of java?
What is difference between variable declaration and definition?