why Java is not purely object oriented?
Answer Posted / surendrareddy
java is pure oop no doubt at all.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
is it acceptable if we declare multiple exceptions in same overridden method.
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
how can i create report in abap to insert data in table pa0002 using insert command
Which design patterns have you used?
Which method protects back button to retrieve old value from previous page in Struts.
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
i am exeprienced person what is selection process
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
Find out the roles which gives access to all tables in SAP? Thanks in advance.
what is apt_dump_score in datastage where it is useful
how CLR identify vb file?
Tag for turning an image into a hyperlink is
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?