Technology

™ not working with XML

1 Mins read

Sample HTML: <html> <head><title>HTML</title></head> <body>Trademark&#8482;</body> </html> Save it as sample.html In the browser you will see as shown beside. Replace&#8482; with&#153; Sample…

Read more
Technology

java.awt.HeadlessException or X11 display

2 Mins read

You develop an application in Java which uses AWT on Windows platform. Deploy the build in Unix box and when you hit…

Read more
Technology

java.lang.OutOfMemoryError: PermGen space

1 Mins read

Every time we make a new build, we redeploy it, and after a few such redeployments it throws this error. And we…

Read more