Which layer executed first among these Application
layer,Buisness layer or Data Base Layer?

Answers were Sorted based on User's Feedback



Which layer executed first among these Application layer,Buisness layer or Data Base Layer?..

Answer / amitit06

Ans:- I am not sure but acc to me the sequence is like:

Application layer-->Buisness layer-->Data Base Layer.

Thanks

Amit

Is This Answer Correct ?    18 Yes 1 No

Which layer executed first among these Application layer,Buisness layer or Data Base Layer?..

Answer / danesh

this layer has 1 ,2 , n tier levels

the above answers is right but as interview point of level ,
need to describe the tier levels.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Can you inherit multiple interfaces?

3 Answers  


What is the main purpose of delegates in c#?

0 Answers  


Can variables defined in interface. If yes how we can call/use it in class.

2 Answers   Synechron,


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


How can we acheive inheritance in VB.NET ?

2 Answers   TCS,






What is the difference between double and decimal in c#?

0 Answers  


Why multiple inheritance is not possible in c#

8 Answers  


What is difference between new and override in c#?

0 Answers  


what is the difference between arraylist and hash table using a simple program?

3 Answers   CGI, Polaris, SunGard,


What is ienumerable t in c#?

0 Answers  


What are reflections in c#?

0 Answers  


What is windows form in c#?

0 Answers  


Categories