Answer Posted / rahul
static object is a object that work globly in your application
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
i am exeprienced person what is selection process
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
what are the missinschema properties and should we pass primary key in select command
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
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
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?
can any one suggestion me present which course(except java,.net) has huge demand in the market?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
What is SOLID Principle in Programming Language?
what is throws keyword
How will you prove that java swing is multithreaded?
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.
which book we learned this mantis? how many version are realsed this mantis upto now?
Explain polymorphism. Provide an example.