Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for jaxy

Hi this is Program .. without Creating the Random object each time and without Boolean Array... // Random 1-10 Numbers.. import java.lang.*; import java.util.*; class rand{ public static void main(String args[]) { int arr[] = new int[10]; int count = 0; boolean found; Random r=new Random(); while(count < 11) { …

Member Avatar for neelkris
0
2K
Member Avatar for arumugam4all
Member Avatar for arumugam4all

Can any one tell the Best Compression method for all types with Source code in java....

Member Avatar for jwenting
0
108
Member Avatar for summersa

/* Hi i corrected some codes in your program .. compile and run the program.. i didnt correct your Artist class.. because you didnt use in your program.... You are using most of the C language syntax thats why so much error... */.. Chech and tell ... [ICODE]/** * InventoryProgramPart3.java …

Member Avatar for arumugam4all
0
174
Member Avatar for f.damati

This will print the Content in TextArea... PrinterJob job= PrinterJob.getPrinterJob(); if(job.printDialog()){ try { job.setPrintable(area.getPrintable(null,null)); job.print(); }catch(Exception e) { JOptionPane.showMessageDialog(this,"Error While Printing"+e); }

Member Avatar for arumugam4all
0
57
Member Avatar for Grub

I think this will help you.. // To display the Decimal float amt=0.60f; NumberFormat formatter; formatter=NumberFormat.getIntegerInstance(); formatter.setMinimumFractionDigits(2); System.out.println(formatter.format(amt));

Member Avatar for Grub
0
97

The End.