No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
i think you entered negative integer value or string value
This my code someone say were i missed it OAuthRsaSha1Signer rsaSigner = new OAuthRsaSha1Signer(); com.google.gdata.client.authn.oauth.OAuthParameters params = new com.google.gdata.client.authn.oauth.OAuthParameters(); params.setOAuthConsumerKey(oauthconsumerkey); params.setOAuthNonce(Util.getNonce()); params.setOAuthTimestamp(Util.getTimestamp()); params.setOAuthSignatureMethod("RSA-SHA1"); params.setOAuthType(com.google.gdata.client.authn.oauth.OAuthParameters.OAuthType.TWO_LEGGED_OAUTH); params.addCustomBaseParameter("oauth_version", "1.0"); rsaSigner.setPrivateKey(privKey); String method = "GET"; if (body != null && body.length() > 0) { method = "POST"; MessageDigest digest = MessageDigest.getInstance("SHA-1"); digest.reset(); byte[] hash …
can you anyone say How to Create a .dll file of java from the .net dll
Read the text file from BufferReader and check String contains from your search value... Its a easy way to read the text file
can anyone say best way to convert java class file into java file appreciate for your help thanks
May be it use full to you follow this link [Click Here](https://github.com/JDatePicker/JDatePicker)
may be its help you SimpleDateFormat fm=new SimpleDateFormat("HH:mm:ss"); Date date=new Date(); System.out.println("Time:"+fm.format(date)); Output: HH:mm:ss Time:19:28:44 If you need for timer on jsp.This is core code after that you must desin on jsp
how to integrate migs payament gateway in website
The End.
anandhachandru