Categories
Performance Testing

A Glimpse on JAVA Memory

I just want to share my experience in performance issues that occurred due to Java heap memory. Before that a few points to recollect about Java memory. Heap memory is where java run time objects are getting allocated. Non-Heap is the place of loaded classes and other meta data. 1) What will be the impact […]

Categories
technews

Google Play Books hits nine new countries

Google Play Books is now available in nine new countries, giving more iOS and Android users access to the firm’s extensive ebook library — five million titles at last count — and digital reading service. Read more @ thenextweb

Categories
Linux technews

Wine 1.6 Released

Wine 1.6 was officially released, wine 1.6 release comes just one year after the previous release of wine 1.4. The current release of 1.6 release has about 10,000 individual changes. Among the wine 1.6  highlights are OpenGL DIB support, RandR 1.2/1.3 support, the Mac driver for not having to rely upon X11, Direct3D off-screen rendering, […]

Categories
technews

Checking Safari version on ipad

To check the version of Safari installed on iPad, then launch the Safari browser and  navigate to address bar and type “javascript:alert(navigator.userAgent)”. Press enter after entering this command. This would display the following popup with Safari version along with other details.