Hi Friends, i have searched in google but not clear. can
you give bank example with synchronized keyword
12
Is it Mandatory to map each pojo class variable with table
column in Hibernate? Is there any alternative to skip some
of those? Thanks in advance...
151
what is the diffrence between insurance and telecom domain?
196
Write a interface "CarOperations" with the following
methods
void turnOnEngin()
void turnOffEngin()
void turnOnLigths()
void turnOffLights()
void turnLeft()
void turnRight()
void accelerate()
void deaccelerate()
void putBreaks()
void releaseBreaks()
20
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER
PROFESSIONALS
172
Can any one tell me How to explain bank project desription
in interview
209
Which server-side script takes the input from JavaScript,
can access the database if it needs to, and processes the data.
12
What is the servletcontext listener and what is
JspContext and page context pls tell in simple words.
302
Am chittibabu from vadavalli,
My father name is nanjan.he is working in state bank of
india at vadavalli,
My mother name is ramal. She is house wife.
My brother name is rajaram he is working in Privete Company.
I was born on 25-january-1984 at bhavanisager in Erode District.
I have completed my school in government higher secondary
school bhavanisager.
After that I came to coimbatore for higher study.i have
joined Bsc computer science in sri ramalinga sowdambigai
college of science and commerce, affiliated by bharathiyar
university, coimbatore.
In the same college, I have continued UG degree also. but I
got a job in Systech infovation as a software programmer,so
I discontinued Msc Degree.I have one and half years
experience from this concern. Here I have completed two
products; one is Tranport management solution for balaji
goods carriers at tirupur. Another one is Embroidery
Management Solution for Angel Embroidery at tirupur.
After that I got an another job in metis technologies as
senior software engineer. I have one year experience from
this company.here I working in school management product.it
is developing version by version.
16
2. Write a interface "Car" with the following methods
void setName(String)
String getName()
void setColor(String)
String getColor()
void setModel(long)
long getModel()
13
Hi Friends , am newbie to ajax. For example just consider
one account registration -
A form contains 8 text fields with submit button. In
this form second texbox contains "username " . On right
side of text box there is a label box . On clilck
action i need to determine user is available or not.
Is it possible on clicking label or should i click
submit button.