|
Advertisement
|
Forum posts by Viswanatha Basavalingappa:Posted in Java Answers Forum, Nov 20, 2006 2:57 PM
GridServer & Fabric Server from here.http://www.datasynapse.com/products/grid_computing.asphttp://www-1.ibm .com/grid/
Posted in Java Answers Forum, Nov 20, 2006 2:55 PM
public class TestCPU { public static void main(String[] args) { System.getProperties().list(System.out); }}got the following and amny more details...sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+m...but Speed was not..
Posted in Python Answers Forum, Sep 19, 2006 8:15 PM
I'm haveing follwoing py script now.one_full.py------------intittask1task2comontasktask3.i want to seprate all these task as seprate py scripts, so that i can re-use them. how to do so.
Posted in Java Answers Forum, Sep 19, 2006 8:11 PM
How to get the following info of the CPU using Java api/prg.1. CPU Name 2. CPU SpeedThanks in Adv.Viswa---------
Posted in Java Answers Forum, Sep 19, 2006 7:58 PM
public class nDiamonda {public static void main(String[ ] args){int i,j,k,n=24; //n is the number of lines and i,j are used for loopsk=(n%2==0)? n-1:n; for( i = 0 ; i { for( j = 0 ; j System.out.print(" "); for ( j = 0 ; j System.out.print("*"); System.out.println(); } if( n % 2 != 0) { for( i = 0 ; i System.out.print("*");...
Posted in Java Answers Forum, Sep 19, 2006 7:27 PM
There are different reasons to get OutOfMemoryError. by seeing your problem description.1. You should mention the data size in bytes. ( 1 lakh record) can be 1K/100MB right).2. In this case possible cause of an OutOfMemoryError is that you simply haven't got enough memory available for the workings of your application.Solution to this problem...
Posted in Java Answers Forum, Sep 12, 2006 3:29 PM
Take a look at this web , it has enough need full info on the same.http://java.sun.com/docs/books/tutorial/essential/io/rafs.htmlExample : try{ File f = new File("test.txt"); RandomAccessFile raf = new RandomAccessFile(f, "rw"); // Read a character char ch = raf.readChar(); // Seek to end of file raf.seek(f.length()); // Append to the end...
Posted in Java Answers Forum, Sep 12, 2006 3:24 PM
As by looking your post, it is not sending Data. it is sending/re-directing a HTTP request/response type. specify the need correctly to have better response.
Posted in Java Answers Forum, Aug 30, 2006 5:53 PM
import java.sql.Connection;import java.sql.SQLException;import java.sql.DriverManager;import java.sql.CallableStatement;import oracle.sql.BLOB;// IO Importsimport java.io.Writer;import java.io.File;import java.io.FileInputStream;import java.io.BufferedReader;import java.io.FileReader;import java.io.FileNotFoundException;public class TestBLOB {...
Posted in Java Answers Forum, Aug 23, 2006 8:47 PM
Framework is- a general solution to business problems.- is A logical structure- is an extensible structure for describing a set of concepts, methods, technologiesTechnology - Used to implement the Framework." A Generic Framework can be implemented using diffrent Technology avilable"i hope this gives a bit..idea
Posted in Java Answers Forum, Aug 23, 2006 8:40 PM
looks like Config Error issues.need more info. provide you Config file details. Web.xml/weblogic.xml
Posted in Java Answers Forum, Aug 23, 2006 8:19 PM
Hints,Use - BLOB Data type to store the PDF in Oracle- FileInputStream to read/write file let me know if u need more info
Posted in Java Answers Forum, Dec 8, 2004 11:00 AM
Watch this u get full implementation of your own Thread pool in java..it is good and interesting :)http://www.samspublishing.com/articles/article.asp?p=30483&seqNum=3Vi swa-------
Posted in Java Answers Forum, Apr 12, 2004 10:09 AM
I think now it is accessable..guys..try now...viswa
Posted in Java Answers Forum, Mar 30, 2004 11:37 AM
here si the more info..http://weblogs.java.net/pub/wlg/385OR APIhttp://java.sun.com/j2se/1.4.2/docs/api/java/awt/image/BufferedImage.htm l
|
Advertisement
Hottest Discussions
• Programming in the Mid-Future 74 replies (Weblogs Forum)
• The Management Myth 49 replies (Weblogs Forum)
• Rapid Hiring & Firing to Build the Best Teams 102 replies (Weblogs Forum)
• (Re-)Introducing the Heron Programming Language 19 replies (Weblogs Forum)
• Software Development Has Stalled 159 replies (Weblogs Forum)
• A Golf Ball to the Forehead 13 replies (Weblogs Forum)
• Watch Indian Premier League (IPL 2010) Season 3... 2 replies (Web Buzz Forum)
• Remove Duplicate Outlook PST Files (Ghost PST... 2 replies (Web Buzz Forum)
• Security Essentials 2010 is a fake anitivirus... 1 reply (Web Buzz Forum)
• Connection to SQL Server 2000 with JDBC 4.0 1 reply (Web Services Forum) |