While in CallableStatament using in the oracle my procedure
is return no.of columns so in java how can i retrivbe the
data and i wnat to view all data which is reetrive from my
procedure
I am new to jsf rich faces. I am using rich faces datatable
rich:datatable. On entering the value, values get filtered
in table. Now how can i get the value i selected in
backing bean?
Hi All thanks in advance,
iam new to j2ee currently in my
project we r using struts with hibernate can i have one
sample application like CRUD application with code or any
tutorials liks r ebooks plz....?
Hai friends I am MCA 2006 passout. Spend time in 1 yr for
teacing and 5 months in small s/w firm. worked in 4 or 5
months in few places. Presently I am writing bank exams. I
want to get back to IT sector. Are there any possibilities.
any growth prospects?. I am having some knowledge in core
and advanced java. I am so desperate. Any suggestions thanks
in advance. u can write to my mail mahidestiny@gmail.com
code to insert values/rows into oracle database from a java
swing textfield when a button is pressed(using
preparedstatements)
389
How to connect to a remote database using Applet?
227
Say you want to store the information about a number of
pets in an array. Typical
information that you could store for each pet (where
relevant) would be
• Breed of animal
• Animal's name
• Its birth date
• Its sex
• Whether it has been sterilised or not
• When it is due for its next inoculation
• When it last had its wings clipped
For each type of pet (eg. dog, cat or bird) you would
typically define a class to hold
the relevant data.
Note: You do not need to implement these classes. Just
answer the following
questions.
3.1.1 What would be the advantage of creating a superclass
(eg. Pet) and
declaring an array of Pet objects over simply using an
array of Objects,
storing each of the instances of the different pet classes
(eg. Dog, Cat or
Bird) in it?
3.1.2 Would you define Pet as a class or as an interface?
Why?
(2)
(2)
18
what are the new features of Webservices 1.6 than 1.4.From
the interface and implementation aspect4.
5
which type of objects reference will be given to client?
128
how can u integrate ejb and hibernate? How can u call
hibernateDAO methods in session bean?
What happens to the Exception object after handling an
exception?
121
What are the common JDBC problems that you got and how do
you solved them?
145
what are Hostile Applets?
134
In a barber shop there are 2 doors. customer come in 1
door, leave in other. minimum # of chairs. barber spend his
life in cutting. always barber can cut 1 customer. few
chairs in the shop. if barber busy customer waits, if
chairs full, customer leave. if no customer, barber sleeps.
treat barber and customer as 2 threads. you can use
Semaphore class with arrive and depart and count as
parameter.