what is static objects in java
Answers were Sorted based on User's Feedback
Answer / rahul
static object is a object that work globly in your application
| Is This Answer Correct ? | 16 Yes | 11 No |
Answer / krishna
static object is an object is which doesn't work on
ordinary methods
| Is This Answer Correct ? | 14 Yes | 13 No |
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.
if we want to move all the items that are already added in a combobox into an empty list box or vice-versa then how can it possible in vb or C# ?
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
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
what is lazy loading in hibernate?Explain in detailed manner?
how we define two jobs have same name??is it exist??
how do you generate source code for the automatic generation for receipt number
What is the GAC? What problem does it solve?
hi viewers, tell me,what is scripting and programming, define and difference...pls
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
Write a program to implement BFS/ DFS routine in a connected graph
Difference between interface and abstract class?