Write program to print Hello World and print each character
address in that string and print how many times each
character is in that string?
Ex: H: 0 & 1
e:1 & 1
l :2,3,8 & 3
o:4,6 & 2
w:5 & 1
r: 7 & 1
d 9 & 1
We are seeing so many videos/audios as many web sited. But
question is these videos or audios are stored in Databases (
Oracle, Mysql, Sybase,... ) or stored any file directory
from there they will give the link for that? Pls explain and
give sample code to achieve this one? Thanks, Seenu.
How can we handle runtime exceptions? write one sample
program? Can we write runtime exceptions beside the throws
key word? if yes write sample program?
I have an HashMap object, which has with key and value pair.
It has 10 keys and values in that object. Now the question
is I want insert new key and value in middle or any where in
that list but not at the end or at the top. Is it possible
or not. If yes how can we achieve this one?
1. What is clustering? How do weblogic instances communicate
in a clustered environment!
2. In a cluster, if one of the servers has issues and is not
accessible, will the other servers know about it? and how??
Howto get an object that will perform date & time calculations
then format it for output in some different locales with
different date style.can ne1 tel me the answer of this
question.pls
where singleton classes are used in j2ee web application.can
we use it for connection pooling.
52
What releases of Java technology are currently available?
What do they contain?
116
Question 6 [9]
6.1 In what situations (in general) would you use a
TreeMap? (3)
6.2 In what situations (in general) would you use a HashSet
to store a collection of
values?
22
How listener identify that the event came from a particular
object?
107
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER
PROFESSIONALS
171
What are the services in RMI ?
164
How to display names of all components in a Container?
Hi Friends. I want complete technical flow of j2ee
project with following technologies.
jsp , servlet , Struts , Hibernate , (should follow mvc-2
design pattern) . with DAO ,DTO SERVICE layers .