Hi,
I have written the following code in catch block
catch (Exception e)
{
OutputStream bos = new FileOutputStream("Log");
e.printStackTrace(bos);
}
I am getting the following error, when I execute the above code:
dbUpload2.java:106: cannot find symbol
symbol : method...
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.