Nimish Kanojia

Greenhorn
+ Follow
since Mar 09, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Nimish Kanojia

Hi
what are all the precautions which should be followed in case of singleton
Bye
Hi
when con.close is called from where is the connection dropped ? from client ? app server or db server ?
Bye
Hi
Call between one object in 1 classloader and another object in another classloader within a single JVM - is it pass by value or pass by reference?
Bye
20 years ago
Hi
Singleton class is per classloader? or per JVM?
Bye
Hi All
I have zoomed on 2 certification books in particular
1) Sun Certified Enterprise Architect for J2EE Study Guide by Paul Allen & Joseph Bambara
2) Sun Certified Enterprise Architect for J2EE Technology Study Guide
by Mark Cade & Simon Roberts
Which one of the is a better SCEA certification guide
Rgrds
Hi All
I have an IO program which reads file from a directory(source directory) and writes files to another directory(destination directory)
I want to avoid using OS specific hardcoding in my .java files such as (/ for windows) or (\\ for unix)
I want my code to run on Solaris also.
How do i take care of this & provide .java files which dont need to recompiled when taken to a different platform.
My directory structures are deep
eg) on windows D:\testdir\test\filename.csv
How do I go about this
Kindly respond
Rgrds
Nimish
20 years ago