Actually I am trying to understand the JVM completly for that I have to understand the Native code too.
Originally posted by Jherald Lacambra:
here's a javascript that i have created that generates 8 characters string. Just convert the methods into java...
}
Originally posted by John Todd:
Hi.
I want to create an algorithm that create a unique 8-length charaters String, like :
ADIGJEZC, ERLOCBDO .....
Any ideas ?
Thanks for help.
Originally posted by riaz rahman:
How To Acqiure finger print image from web browser.
is ther any open source plugin.
ther is provision for sending text from web browser to server how to transfer imager from browser to server (not as a file)
thanks in advance
Rahman
Originally posted by Babar Qadri:
I have a method in my class. But I dont want to call it straight. Infact, I am getting the method call from database as a string. The string looks like, "classA.calculate(valueA)".
I get this method call, statement, as string using rs.getString(). Is there any way to execute this statement?
Thanks.