What is the different between Applet and Application?
Answers were Sorted based on User's Feedback
Answer / tanuja panda
Applet is that feature of Java where we can use graphics
means it support the GUI concept but Application is totally
CUI based. We can not create graphics in an application of Java.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
What is static in oop?
What are the components of marker interface?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How to improve object oriented design skills?
What is protected in oop?
can we make a class static without using static keyword?
Write a program to multiply 3x3 matrics
Should you protect the global data in threads? Why or why not?
Write a macro for swapping integers
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
what is main difference between object oriented object base
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required