Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

HCL C Sharp Interview Questions
Questions Answers Views Company eMail

what is Diff Gram

2 5076

What is Bubble Event ?

2 5623

Advantages of c# over vb.net?

3 7970

hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO

1 1848

There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 5783

class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 4436

why we can't create an object for a static class?? what is the reason behind this?

4 10523

What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 4067

Integer at long type variable are not object.Support your answer with example.And explain the technique to convert from value type to reference type and vice-versa.

1 3687

What is Covariance and contravariance in C#?

556

How to assign Null value to Var?

540

What is Wrapper class in dot net?

629

In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

591

Define Final Class in C#

542

what is the difference between .dll and .exe

528

Post New HCL C Sharp Interview Questions


HCL C Sharp Interview Questions


Un-Answered Questions

• What are the types of cash flows?

1712


How to provide security in java

1802


What is ashx file in asp.net?

544


How to view shared memory statistics?

547


To ensure one pgm. does'nt corrupt other pgm. in a Multi-pgm. environment what you should do?

5






What is the difference between the expression “++a” and “a++”?

647


how we can start the transient event list from the command line?

471


Explain about yourself. Why should we hire you? : insurance sales

334


Define shrinking?

1


What is ado.net code?

520


How Easy SAP Hybris Is To Migrate From Existing Magento Or Custom Ecommerce Solution To Hybris Platform?

5


How do you find history of a file set?

3


what happens in conversion stage in job processing?

724


Difference between on line capacitor and Station type capacitor

1555


give an example for encapsulation?

578