Requirement of Timer control in AJAX
Explain the requirement of a Timer control in the AJAX.
Expert
Timer control is used with the UpdatePanel control to permit partial-page updates at the specified interval. It is mainly used when the periodically partial-page update for one or more UpdatePanel controls is needed without refreshing entire page.
Timer control is the server control that sets JavaScript component in a Web page. Interval property of Timer control denotes time in the milliseconds. Similar to UpdatePanel control, Timer control also need the instance of a ScriptManager control in a Web page.
When a Timer control initiates the postback, Tick event is raised on a server for which we can give the event handler to do the actions when a page is submitted to a server. Tick event takes place when a time specified in a interval property has elapsed and a page is posted on server. We can add one or more Timer controls on the Web page. Generally the whole page needs a single Timer control; though, we can use multiple Timer controls, if a UpdatePanel controls are updated at different intervals.
Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.
Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.
Explain the way to write the opening tag of an XHTML element.
Q. Explain the concept of public classes in java. How they are useful?
Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will
Parsing: Generally applied to the action of a compiler in examining a program source file for syntax errors. This is too employed more broadly to mean the analysis of the structure of input.
Describe the term Context Switch.
Modeling Language: The modeling language used for SPIN is called Promela (Process Meta Language). In fact, the name SPIN stands for Simple Promela Interpreter. Promela is a powerful C-like specification language with a variety of synchronization primi
Throws clause: It is a clause in a method header pointing that one or additional exceptions will be propagated from this technique. For example: public int find(String s) throws NotFoundExc
18,76,764
1957984 Asked
3,689
Active Tutors
1459320
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!