How to find Route Active in range 192.168.128.1 -192.168.131.1?
how to find Route Active in range 192.168.128.1 -192.168.131.1?
Answer Question
| August 24, 2010 9:20 AM
Java, Java applications, Routers, Routing
how to find Route Active in range 192.168.128.1 -192.168.131.1?
STATIC keyword of Java in AS400
When we say a variable is STATIC in a Java program in the AS400, does it mean that every user session that access the class access the same variable (storage location in memory)?
Answer Question
| August 26, 2010 4:16 PM
AS/400, Java, STATIC keyword, V5R4
When we say a variable is STATIC in a Java program in the AS400, does it mean that every user session that access the class access the same variable (storage location in memory)?
Running Java 1.6
How run java 1.6? it is possible without given any path in command prompt when my java file stored any folder but only one drive, this drives also give to in command prompt can we execute a that java file?
Answer Question
| August 6, 2010 11:22 AM
Java, Java 1.6, Java applications
How run java 1.6? it is possible without given any path in command prompt when my java file stored any folder but only one drive, this drives also give to in command prompt can we execute a that java file?
Function PGM-QWASSTRSVR In JVAW using 95% of CPU, how to reduce it?
We have a WAS Job using 95% of our CPU ( got it from wrkactjob) we tried to tunning garbage collection and appeared that worked cause it (after restart) the job went down and was working with 25% OF cpu.Suddenly it started to use amonge 95 to 99 % of CPU again, any solution to [...]
Answer Question
| August 4, 2010 4:41 PM
AS/400, i5, iSeries, Java, WAS, WebSphere Application Server
We have a WAS Job using 95% of our CPU ( got it from wrkactjob) we tried to tunning garbage collection and appeared that worked cause it (after restart) the job went down and was working with 25% OF cpu.Suddenly it started to use amonge 95 to 99 % of CPU again, any solution to [...]
Protocol analyser/sniffer
How do I implement Protocol analyser/sniffer
Answer Question
| July 29, 2010 10:47 AM
C++, Java, Network protocol analyzers, Protocol analysis
How do I implement Protocol analyser/sniffer
Radial graph in JAVA
In my project i need to draw a radial tree/graph,that will change dynamically according to the result.Can any one please tell me where i can get the source code for this radial tree. My mail id: suresh.appana@gmail.com Thanks in advance
Answer Question
| July 13, 2010 1:49 PM
Java, Java code, Radial graph in JAVA, Source code
In my project i need to draw a radial tree/graph,that will change dynamically according to the result.Can any one please tell me where i can get the source code for this radial tree. My mail id: suresh.appana@gmail.com Thanks in advance
java learning best resources
which is the best book to learn java and j2ee?????
Answer Question
| December 17, 2011 7:58 PM
Java, Java developers, Java Resources
which is the best book to learn java and j2ee?????
How do I determine the Java_Home?
I am trying to develop an installation package for a piece of java software that calls the %JAVA_HOME% environment variable in order to call the libraries. I guess my real question would be how do I create the environment variable based on the highest version of java installed on the PC. Currently my software sets [...]
Answer Question
| August 9, 2010 10:29 PM
Environment Variables, Java, Software installation
I am trying to develop an installation package for a piece of java software that calls the %JAVA_HOME% environment variable in order to call the libraries. I guess my real question would be how do I create the environment variable based on the highest version of java installed on the PC. Currently my software sets [...]
Reduce the response time when querying the database
I am working on a plain java/J2ee project with Oracle 9 at the backend. The issue comes when I am querying the DB and more than 10000 records are retrieved. I can’t change the business logic much, since the code is developed by some other people and I’m not allowed to do so. Any tuning [...]
Answer Question
| June 16, 2010 8:06 PM
Database query, Java, Storage in 2010
I am working on a plain java/J2ee project with Oracle 9 at the backend. The issue comes when I am querying the DB and more than 10000 records are retrieved. I can’t change the business logic much, since the code is developed by some other people and I’m not allowed to do so. Any tuning [...]
Java Code to Copy AS400 file to SQL Server database/table
I need Java code to access and copy an AS400 file to SQL Server database/table. It must also copy a specific amount of records from the SQL Server side.
Answer Question
| May 26, 2010 7:24 PM
AS/400, Java, Java code, SQL Server, SQL Server database
I need Java code to access and copy an AS400 file to SQL Server database/table. It must also copy a specific amount of records from the SQL Server side.
what is the difference in Java and J2EE
what is Java, and What is J2EE, and What is the difference
Answer Question
| May 18, 2010 1:17 PM
J2EE, Java
what is Java, and What is J2EE, and What is the difference
sql
can i download vb., oracle and java for my practice?
Answer Question
| May 14, 2010 6:44 AM
Java, Java vs Oracle, SQL Server, SQL Server Training
can i download vb., oracle and java for my practice?
on java develop secret cod conversion tool
on java develop secret cod conversion tool
Answer Question
| May 3, 2010 7:03 PM
Java, Java development
on java develop secret cod conversion tool
Jobs in oracle and java comparision
I am actually new to both Java and oracle technologies.I am thinking to go ahead either with Java or Oracle. I just need to know which among them is good ? As, a beginner I am just wondering, whether Java will be good or oracle will be good in terms of job opportunities and salary [...]
Answer Question
| February 5, 2011 11:11 PM
IT careers, IT salaries, Java, Java vs Oracle, Oracle Careers
I am actually new to both Java and oracle technologies.I am thinking to go ahead either with Java or Oracle. I just need to know which among them is good ? As, a beginner I am just wondering, whether Java will be good or oracle will be good in terms of job opportunities and salary [...]
Locate J2SE PLUS SDK downloads
I have been out of the job market for about six years. I am attempting to upgrade to 11i and earn certification. I have downloaded and installed 11g V2. When I try to bring up the SQL Developer I get a message to provide a path to jave.exe. When I do that, I receive a [...]
Answer Question
| April 22, 2010 8:16 PM
IT certification and training, J2SE PLUS SDK, Java, ORACLE 11g V2, Windows XP Professional
I have been out of the job market for about six years. I am attempting to upgrade to 11i and earn certification. I have downloaded and installed 11g V2. When I try to bring up the SQL Developer I get a message to provide a path to jave.exe. When I do that, I receive a [...]
How can I get the name of a “String” variable/object returned to a usable string in my program ?
I have a function that takes ”String arg1″ as its single input argument. If I call this function passing a string myName to it to use as arg1, how can I get the characters “myName” stored in another string? In other words, I need to extract the name of the variable/object being passed, not its contents.
Answer Question
| April 20, 2010 7:37 PM
Java, Java development, java script, String name
I have a function that takes ”String arg1″ as its single input argument. If I call this function passing a string myName to it to use as arg1, how can I get the characters “myName” stored in another string? In other words, I need to extract the name of the variable/object being passed, not its contents.
GC Heap/heap Size
Does anyone know what this message is and how to fix? /QEJBSVR/METALWEB JAVA USED 85% OF THE GC HEAP. USED HEAP SIZE(KB) AND MAX HEAP(KB):222890 262144.
Answer Question
| April 19, 2010 12:44 PM
AS/400, Heap Size, iSeries applications, Java, WebSphere Application Server
Does anyone know what this message is and how to fix? /QEJBSVR/METALWEB JAVA USED 85% OF THE GC HEAP. USED HEAP SIZE(KB) AND MAX HEAP(KB):222890 262144.
Multiple versions of Java ?
I have multiple versions of Java listed on the software section of my control panel starting with Java 4 and ending with Java 6. There are several updates for each version. Do I need all these versions and updates or can I eliminate some?
Answer Question
| April 11, 2010 9:49 PM
Java, Java developers
I have multiple versions of Java listed on the software section of my control panel starting with Java 4 and ending with Java 6. There are several updates for each version. Do I need all these versions and updates or can I eliminate some?
JVM Getting Killed by OS
Hi Friends, I am working on LInux Java Platform. I have a problem about the process being killed by JVM without any log mesage, Currently, I am working on crawler project. We have implemented a Client-Server methodology, to crawl the websites. Initially, when we launch the application it works smoothly but after few hours ,process [...]
Answer Question
| March 26, 2010 6:13 AM
Java, JVM, Linux
Hi Friends, I am working on LInux Java Platform. I have a problem about the process being killed by JVM without any log mesage, Currently, I am working on crawler project. We have implemented a Client-Server methodology, to crawl the websites. Initially, when we launch the application it works smoothly but after few hours ,process [...]
frame builder..java
how do build user friendly frame builder using java swings…?
Answer Question
| March 22, 2010 5:21 PM
frame builder, Java, swings
how do build user friendly frame builder using java swings…?





