why applet is introduced?
Answer / 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 |
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
why we use abstract in awt?
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4
THE CHANNEL IN DATA COMMUNICATION CAN BE?
how to write the fallowing code in java? 1 4 9 16 25 36 49 64 81 100
What is Negative testing?
how does database connection using ADO.NET?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Code for display the images from drive using vb 6.0?
what is the draw back of Power builder
What is the difference between: x=a+b+c+d; and x=SUM(a,b,c,d);?sas