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 |
What is std::auto_ptr?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Building Quotation engine program
what diffrence between procedure and function?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
write a program for finding the union of two integer array in java?
8.In DSP,Define Signal and System?and various type of signals.
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
Difference between HTML and DHTML?
What's the difference b/w Table & Templete in Smartform?