Answer Posted / mahendra giri
static variable or method is not accessable outside the
class where it has been declared.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
is it acceptable if we declare multiple exceptions in same overridden method.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
what is c sharp dotnet
What is SOLID Principle in Programming Language?
what is the difference between an OS(operating system) and Framework?
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
what is the difference between uservariables and systemvariables (in Environmental variables)???
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
when we use mantis? how learn mantis?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
What are the Short cut Keys of Tally ERP?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)