Hi,
I'm a novice to Unix, so please help me understand the correct syntax.
i've these steps in my K shell:
var=filename
"$var"=`echo "thereport"`
But the system is giving an error:
filename=thereport: not found
Why would nt this work?
What should I do to make it work?
I eventually have to use...
Can anyone please tell me if there is any difference in the following ways of a String creation.
class A{
String X;
A(){ X = new String("Hello");
}
}
class A{
String X=new String("Hello");
}
Which option is better?
Thanks in advance
Can anyone please tell me if there is any problem with ie6 and style sheets?
I used a css with my html and included the class inside an <input> like this:
<input type="text" name="test" value="test" maxLength=4 readOnly class="tb" size=4>
This textbox...
Can anyone please help me with this:
I need to send an attachment located on the client machine. I know how to do this through java mail API if the attachments are located on the server. Basically I would like to know if there is any javascript or any java classes available.
Thanks in advance
Can anyone please help me with this:
I need to send an attachment located on the client machine. I know how to do this through java mail API if the attachments are located on the server. Basically I would like to know if there is any javascript or any java classes available.
Thanks in advance
I'm getting IllegalStateException and then i'm getting the following error
"Error during native write operation! Status Code: -1"
in stdout log on the webserver.
Any ideas on how to avoid these errors.
All i'm doing in the servlet is get RequestDispatcher object and forward it to a...
I would like to know if there is any way to get border for a cell in a table when no data is present in the cell without using nbsp; in the TD tag.
For all cells in first column, i'm using nbsp; at the end of the data. Here is the code i'm using (i'm removing & before nbsp; because it...
I need to send a report as an email with an attachment in an excel sheet format. Using awk, I could reformat the report ,with a "\t" in the printf statements as this is recognised as the cell separator in an xls file.
Is there any way I can set the font attributes also in a similar...
I need to send a report as an email with an attachment in an excel sheet format. Using awk, I could reformat the report ,with a "\t" in the printf statements as this is recognised as the cell separator in an xls file.
Is there any way I can set the font attributes also in a similar...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.