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 the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Program to print 0 to 9 in cross order
What is polymorphism in oops with example?
Difference ways of Polymorphism?
What is the point of oop?
what is pointers
What is super in oop?
Should you protect the global data in threads? Why or why not?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
What is multilevel inheritance?
What is difference between function overloading and overriding?
What is difference between polymorphism and inheritance?