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
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 list of authorization objects which contains activity as a field? Thanks in advance.
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
difference between mantis and other tools?
What is test execution and when will we start execution please send me one example for this question
what is delegate and how works delegate and event.
smal talk is pure object oriented or not?
what are all the validation we need to perform in data stage?
can any method return type may be constructor , or that method name allow
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.
what are the differences between CONS, LIST, and APPEND
what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life
Diff between IF and where ?
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
how do i create my own exception class which will restrict IO exception?