Answer Posted / muhammad ahmed
Applet got introduced to address the problems of "dead"
or "static" web pages that weren't interactive
Applets were introduce to make web applications , so that
along with static HTML pages, we can also interact with the
page
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
What is Negative testing?
differences between qtp10.0 and 11.0 ?
5.Call by value and Call by reference with program?
How do i find out the number of parameters passed into function?
why not instantiating servet using new operator?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
Find out the list of roles which gives access to GUI activities? thanks in advance
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
Explain three modes in which files can be accessed from python program
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
what is the basic and unique feature of dotnet
What is diffrent between Method and and function in c#