23. Storage space in java is of the form
Stack
Queue
Heap
List

24. What is java code embedded in a web page known as
Applets
Servlets
scriptlets
snippets

25. Which of the following attributes are compulsory with
an <applet> tag?.
code,height & width.

26. What does 'CODEBASE' in an applet tag specify?.
Files absolute path.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

0 Answers  


Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?

2 Answers  


What is linked hashmap and its features?

0 Answers  


What is the difference between variable declaration and variable initialization?

0 Answers  


Tell me the difference between an applet and a Japplet?

1 Answers  






Can we declare a class as static?

0 Answers  


What are the drawbacks for singleton class?

0 Answers  


What is object data type?

0 Answers  


Can you achieve runtime polymorphism by data members?

0 Answers  


What is the preferred size of a component?

3 Answers   ITSA,


What is the difference between abstraction and encapsulation?

0 Answers  


what is difference between requestprocessor and request dispatcher?

2 Answers   Tech Mahindra,


Categories