Here is the eighth article of questions on SCJP 1.5. If you haven't read the seventh article, click here to read.Question: 36Given:12. NumberFormat nf = NumberFormat.getInstance();13. nf.setMaximumFra...
Posts from May 2011
6 result(s) found
Here is the seventh article of questions on SCJP 1.5. If you haven't read the sixth article, click here to read.Question: 31Given:11. Float pi = new Float(3.14f);12. if (pi > 3) {13. System.out.print(...
Image manipulation is an important aspect in order to provide a very good user interface. This post explains about how we could resize images or create thumbnails images with Java
Web applications are increasing day by day. Have you ever faced an issue of displaying dodgy characters on the web page, If so, it could be because of the character set of your web application server....
Do you want a number to be displayed in words in your program? If so, you can use below class component. All you have to do is just include this class in your current class path, create an object to W...
Recently I've noticed an issue with IE header when we use window.location Javascript construct. Generally, most common way of opening a website through Javascript is window.location as belowfunction g...