For C sharp,At the time of software is implemented at client
site, is it required that client machine have C
sharp(Microsoft Visual Basic) setup?
Answer / nitin kudikala
No! the condition to install c# s/w on client machine are:
1. The machine should have microsoft operating system
(XP,2008,etc..)
2. It should have .Net Framwork installed on this machine.
| Is This Answer Correct ? | 7 Yes | 0 No |
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
write a sql qwery which include joining of two tables 4 marks mainframe
What is the GAC? What problem does it solve?
give idea for creating screen in abap
what is difference between kpo and it industry? that is in terms of work, package etc
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
what is the maximam caption size of lebel
About CLR, reflection and assemblies?
Why did you ever become involved in QA/testing?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
What are the Advantages of HashMap over Vector?