Tuesday 24 December 2019

java - Access an object in JSP

I have this problem.




Is there any problem on directly accessing POJO class or an entity class in JSP, what is the best practice for that ?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...