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 |
Which language they use during interview?
0 Answers State Bank Of India SBI,
How to call a C++ function which is compiled with C++ compiler in C code?
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
what is the use MDM(Master Data Management)and meaning
What is good attributes of Programming language ?
< No Frames > tag is used for
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...
How to find the aerry size
what is the meaning of without standing arrears?
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?
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
how to convert hashmap to arraylist with iteration