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?
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.
I have deployed a .war file in my application server
comprising of struts and hibernate.If i want to change the
"dialect" property of hibernate cfg file how can i change(I
have only .war file)... Thanks in advance
I have deployed a .war file in my application server
comprising of struts and hibernate.If i want to change the
"dialect" property of hibernate cfg file how can i change(I
have only .war file)... Thanks in advance
187
can anyone tell me what kind of questions are asked for
core java exam in aptech
117
Write a program for the problem: the array of inetegers
indicating the marks of the students is given, U have to
calculate the percentile of the students aaccording to this
rule: the percentile of a student is the %of no of student
having marks less then him. For eg: suppose Student Marks A
12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 =
100 (out of 5 students 5 are having marks less then him)
percentile of B = 3/5*100 = 60% (out of 5, 3 have markses
less then him) percentile of A = 0/5*100 = 0%.
hibernate3.jar file contain 7 dependency jar files what is
that ?
448
there are 67 seats in train . there are only 5 seats in a
row and in last row there are only 2 seats. One person can
reseve only 5 seat at a time. If person reserving seat ,
the care is atken that he may get all in row. if seats are
not available in row then the arrangement is so that person
group get nearby seats. the following class is given public
class seat { char name; int seat; boolean isSeatempty }
1.Draw require class digram and object diagram. 2.Write
function seatallot(int noofperson) to allocate seat with
seat nuber printed for the each name.
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.
how can we create the ui using netbeans,having the code?
132
there are 67 seats in train . there are only 5 seats in a
row and in last row there are only 2 seats. One person can
reseve only 5 seat at a time. If person reserving seat ,
the care is atken that he may get all in row. if seats are
not available in row then the arrangement is so that person
group get nearby seats. the following class is given public
class seat { char name; int seat; boolean isSeatempty }
1.Draw require class digram and object diagram. 2.Write
function seatallot(int noofperson) to allocate seat with
seat nuber printed for the each name.
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?