Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?
Answer / srinu
static variables can access using this keyword. and the
normal variables can access the static variables using
class.variable_name.
Is This Answer Correct ? | 7 Yes | 0 No |
How does asp.net work?
What is asp.net futures?
When during the page processing cycle is ViewState available?
How do you pass session values from one page to another ?
What is the maximum number of classes that can be contained in one dll file?
What are client activated objects?
What is asp.net and its advantages?
What are PDBs? Where must they be located for debugging to work?
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
Why is an object pool required?
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
Distinguish between Server-side and Client-side code with its functionality?