rajesh purohit

Ranch Hand
+ Follow
since May 02, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rajesh purohit

IBM has started working on VoIP in JAVA and has open souce code.

here is links which points to Voip using SIP
http://www.voip-info.org/wiki-Open+Source+VOIP+Software

regards,

Rajesh Purohit
NOIDA, INDIA
19 years ago
read more about JTAPI documentations. or search on IBM site which provides the JPhone (based on H323 implemantation)
bye for now
Rajesh Purohit
------------------------------------------
visit me at www.geocities.com/rajesh_purohit
22 years ago
a better place where u can get all the info is ( i think) www.oracle.com or u can very well search on the net "java stored procedure" in www.google.com

hope it helps
bye for now
Rajesh Purohit
------------------------------------------------
visit me at www.geocities.com/rajesh_purohit
23 years ago
hi,
expression1?expression2:expression3
if exp1 is true then expre2 will be executed else expr 3 will get
it is same as
if(exp1)
exp2
else
exp3

bye for now
Rajesh Purohit
INDIA
------------------------------------------------------
visit me at www.geocities.com/rajesh_purohit
23 years ago
i worked in both c/c++ and java. and i personally feel that java has lost the strength of pointers.
any one who works in c/c++ will be knowing that how important is pointer (and anyone can enjoy using it :P)
bye for now
Rajesh Purohit
INDIA
----------------------------------------------
visit me at www.geocities.com/rajesh_purohit/index.html
23 years ago
what is ur for loop?
plz specify. you might be incrementing it by 2 characters, b'cos ur string is printing alternate characters
bye for now
Rajesh Purohit
INDIA
-------------------------------------------------------
visit me at www.geocities.com/rajesh_purohit/index.html
23 years ago
search in google.. u will get one..

bye for now
Rajesh Purohit
INDIA
-------------------------------------------
visit me at www.geocities.com/rajesh_purohit
23 years ago
www.geocities.com/rajesh_purohit/database/index.html
there u can find JDBC-ODBC information for type 4 drivers.

bye for now
Rajesh Purohit
INDIA

[This message has been edited by rajesh purohit (edited July 27, 2001).]
ur jdbc driver will be used which is present on the server (web server) and the server version which supports to that.
so if u have oracle 8i use the oracle 8i driver.

bye for now
Rajesh Purohit
------------------------------------------
visit me at www.geocities.com/rajesh_purohit
hi prateek,
U can use JDeveloper from Oracle corporation or JBuilder to get ur project work. I know u were asking about the MS Visual studio kind of thing. so u can use Jdeveloper , it's good and i like it very much.
bye for now
Rajesh Purohit
INDIA
------------------------------------------------
visit me at www.geocities.com/rajesh_purohit
23 years ago
use google to search stuffs.
there are lots of sites full of java contents.. u can also visit my site
bye for now
Rajesh Purohit
INDIA
----------------------------------
visit me at www.geocities.com/rajesh_purohit
23 years ago
U can download the drivers from oracle site.. go to www.oracle.com.. it's free
bye for now
Rajesh Purohit
-------------------------------------------
visit me at www.geocities.com/rajesh_purohit
yes..
generally interfaces are used for implementing multiple inheritance. you can implement 10,20 or more interfaces in ur class
But interfaces classes are not abstract classes...
bye for now
Rajesh Purohit
INDIA
----------------------------------------------
visit my site http://www.geocities.com/rajesh_purohit
23 years ago
that's what i want to know.
Sun also provides Java API for embedded system. there are two versions available on sun's java home,
Embedded Java and Personal Java