Hi am an mca graduate . i have done bsc maths in my degree .
every company asks me why you make shift from maths group to
computere field . What i need to answer?
1) Find the Merge point of two linked lists.
2) Swap two bits of integer.
3) Reverse individual words of the sentence.
4) Reverse string without using temp string.
hi friends,
i have done my BE(CSE)at 2011
then i have joined one company before they asked me 50k so i
paid but now they telling no project here so we r going to
close like that
so now i need any job
i have good knowledge in core java and
j2ee(jsp,servlet,jdbc)
so if u know any job pl help me
when i m calling java for web browser . so browser it's not
support.
show error in browser: internal error occur.
java.lang.NoClassDefFoundError.
will you give me solution why it's not starting browser.?
is there any consult with .net framework2.0?
341
2) Suppose there are 5 directories having lot of files (say
txt files) in each directory. 2 things :-
2.1) You want to search for filenames which have a
particular pattern.
2.2) Out of these filtered files you want to search for a
particular keyword or a search string.
How can you achieve this?
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
166
what is difference betweem home interface and remote interface?
Hi friends am new to java. I read jar file means collection
of java files. For executing struts application what are
the necessary jar files. " struts.jar " file contains
what. can u explain
168
public class ActionSearchBean extends
GenericSearchBean<ActionDTO, Long,
ActionDTO> {
@Override
public String search() {
data.setRowCount(null);
if(data.getRowCount()==0){
data.getNoRecordFound().setRendered(true);
data.getDataScroller().setRendered(false);
}
return "searchAction";
}
@Override
public String clear() {
data.setRowCount(null);
if (data.getRowCount() > 0){
data.getNoRecordFound().setRendered(false);
data.getDataScroller().setRendered(true);
}else{
data.getNoRecordFound().setRendered(true);
data.getDataScroller().setRendered(false);
}
data.setModel(new ActionDTO());
data.setRowCount(null);
return "searchAction";
}
}
what is the purpose of @Override ...what will do @Override
here ?
Write an algorithm program in java for the following question..
In a VLSI design techniques,they used rectangles to design circuits.
EVery rectangle is to be placed according to x,y coordinates.
Check whether or not two rectangles overlap each other.
Here overlapping of rectangles is acceptable, if
1) one rectangle intersect with other.
2) one rectangle fully covers other.
The time of algorithm should not exceed o(n logn).
359
code to insert values/rows into oracle database from a java
swing textfield when a button is pressed(using
preparedstatements)
1145
what are the differences between Generic server and
application server in WebSphere environment?