What is the different between Applet and Application?
Answer Posted / vinay chowdary
Applet is a kind of componet which provide easy way of
sharing,meaning applet can be downloaded from any remote
machine and can uploaded to any remote location .and it can
be invoked locally,or it can be invoked from remote machine
through your browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between abstraction and polymorphism?
What is inheritance in simple words?
Can an interface inherit a class?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
what's the basic's in dot net
What are main features of oop?
What is polymorphism and its types?
Why is abstraction needed?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is abstraction encapsulation?
Where You Can Use Interface in your Project
What is the example of polymorphism?
What are the 3 pillars of oop?
What are the benefits of interface?
What is polymorphism give a real life example?