does java support default argument in Method?
Answer / sadikhasan palsaniya
No, java does not support default argument in method.
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you declare a variable?
What are void pointers?
What is n in java?
What is method overloading and method overriding?
what is use of marker interface? give me good example?
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
what is difference between validation.xml & validation rules.xml?
What is an i/o filter?
What are the major advantages of internal iteration over external iteration?
Is java a super set of javascript?
why use interface? if interface declear a method implement in class. why direct implement method in class
Can an interface be final?