java4all
I have found a very good site related to interview questions
http://java4all.info/corejava/interview-questions/java-interview-questions.html
A Interviews related website which offers technical students with latest information on learning the tweaks in programming languages, information on all the best corporate companies in India.
Recent PostsFollowing are eight basic principles of testing: 1. Define the expected output or result. 2. Don’t test your own programs. 3. Inspect the results of each test completely. 4. Include test cases for invalid or unexpected conditions. 5. Test the p...
Can you debug a Windows Service? How? Yes we can debug a Windows Service. Attach the WinDbg debugger to a service after the service starts This method is similar to the method that you can use to attach a debugger to a process and then debug a proce...
What does AspCompat=”true” mean and when should I use it? AspCompat is an aid in migrating ASP pages to ASPX pages. It defaults to false but should be set to true in any ASPX file that creates apartment-threaded COM objects–that is,...
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component Web service is one of main component in Service Oriented Architecture. You could use web services when your clients and servers are...
What base class do all Web Forms inherit from? System.Windows.Forms.Form What is the difference between Debug.Write and Trace.Write? When should each be used? The Debug.Write call won’t be compiled when the DEBUGsymbol is not defined (when do...
1. What are static variables? Variables that have only one copy per class are known as static variables. They are not attached to a particular instance of a class but rather belong to a class as a whole. They are declared by using the static keyword ...
Site contains numerous interview questions with answers related to electric mach…
Site contains the maximum number of possible c++ interview questions that can be…
Welcome to the most comprehensive Digital Electronics Blog on the web. SOCs, ASI…
good java questions at http://www.java4all.info
Posted: November 17th, 2008 | Report This Comment