Is it possible write a string or log into the console?
What I mean
Just like in JSP, if we print something like system.out.println("some")
, it will be there at the console, not at a page.
Is it possible write a string or log into the console?
Just like in JSP, if we print something like system.out.println("some")
, it will be there at the console, not at a page.