Wednesday, December 19, 2007

All Programming Books

All Programming E-books can be download in this forum.http://programming.3host.biz/pro.

Friday, October 19, 2007

Java Tricky Questions

1)We normally use public static void main(String args[]) in every java application but instead of using this if we use public static void mian(String args[]) in a simple program.Then the program will
a)compile and then execute
b)compile and will not execute.
c)Error.

2)What is difference between final,finally and finalize ?

AJAX

AJAX stands for Asynchronous JavaScript and XML.It is a web development technique used for creating faster, interactive application.Instead of reloading the whole page everytime ,data which is necessary is exchanged behind the scenes with the server.For exchanging the data asynchronously XMLHttpRequest object is used.It is a type of language made popular by google in 2005.
If your are creating a Asp.Net application in Visual Studio 2005 then it is really easy to implement AJAX functionality.While using microsoft controls you have to first add ScriptManager and then place UpdatePanel control .Within this UpdatePanel control now if you add any web controls then it will act as AJAX.If you are using infragistic controls then we have to add WebAsyncRefreshPanel control and the web controls residing inside that WebAsyncRefreshPanel control will act as AJAX.

Monday, October 8, 2007

Programming Tips and Secrets

Guidance for programmers to achieve there Goals in programming laguages.Advice and Hints for programmers,by programmers.Share your ideas on programming.