what is Portal(web based online portal)?
Answers were Sorted based on User's Feedback
Answer / raju
A portal can be considered as a website which maintains data
about the users of the portal and provides a platform for
interaction of users. It contains database of information
which may concentrate on specific topic or any open topic.
For example this allinterview.com can also be considered as
a portal.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / richa
Infact portal is a container, which gives us the flexibily
to access multiple application/html page/ clip ets in under
one url, giving them the feel of one application.It gives
us a singal sign-on ability for multiple applications.
| Is This Answer Correct ? | 1 Yes | 0 No |
What interface is extended by awt event listeners?
Why object class is super class for every class in java?
What is core java used for?
why to use transient variables when static variables can be used for Serialization
why do we use interface in java?
List java api that supports threads?
If your team member writes code with lots of static variables and static methods, will it cause any side effects?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What are uses of Hash Code?
Define how objects are stored in java?
What methods are used to get and set the text label displayed by a button object?
Can we extend private class in java?