106. What are server-side comments? Server-side comments are included in an ASP.NET page for the purpose of documentations as shown in th...
ASP .NET Interview Questions and Answers 7
91. How many types of Cookies are available in ASP.NET? There are two types of Cookies available in ASP.NET: Session Cookie - Resid...
ASP .NET Interview Questions and Answers 6
76. What is Role-based security? In the Role-based security, you can assign a role to every user and grant the privilege according to tha...
ASP .NET Interview Questions and Answers 5
61. What do you understand by aggregate dependency? Aggregate dependency allows multiple dependencies to be aggregated for content that d...
ASP .NET Interview Questions and Answers 4
46. What is the use of PlaceHolder control? Can we see it at runtime? The PlaceHolder control acts as a container for those controls that...
ASP .NET Interview Questions and Answers 3
31. Which method is used to force all the validation controls to run? The Page.Validate() method is used to force all the validation cont...
ASP .NET Interview Questions and Answers 2
16. Why do you use the App_Code folder in ASP.NET? The App_Code folder is automatically present in the project. It stores the files, such...
ASP .NET Interview Questions and Answers
1. What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creatin...
Core Java - Interview Questions and Answers 3
51. Can a class be defined inside an Interface? Yes it's possible. 52. Can an Interface be defined inside a class? Yes it's po...
Core Java - Interview Questions and Answers 2
26. Can a class be declared as protected? A class can't be declared as protected. only methods can be declared as protected. 27. Wha...
Core Java - Interview Questions and Answers 5
101. Can an abstract class be final? An abstract class may not be declared as final. 102. What is numeric promotion? Numeric promotio...
Core Java - Interview Questions and Answers 4
76. How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters? Unicode requires 16 bits and ASCII require 7 bits A...
Core Java - Interview Questions and Answers
1. What is the most important feature of Java? Java is a platform independent language. 2. What do you mean by platform independence? ...