Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
3 Endorsements
Ranked #486
Ranked #4K
~8K People Reached
About Me

IT Professional | Coding Enthusiast | Gadget Freak | Android Fan | Gamer | Car lover | Music lover | And so on...

Interests
Social networking, Movies, Music, Gadgets, Cars
PC Specs
Home: Intel Core 2 Duo, Intel DG35EC Motherboard, 4 GB DDR2 RAM, 1.5 TB HDD, Nvidia 9800 GTX+ Graphics…

19 Posted Topics

Member Avatar for aravind326

Hi, I have a java class that is being used by multiple people (from a UI). In the class i have a static HashMap with the userKey as the map key and an arraylist with data pertaining to the user as the value. I am using this kind of like …

Member Avatar for aravind326
0
390
Member Avatar for aravind326

Hi, I'll quickly explain what i am trying to do before telling the problem i am facing. **Requirement:** 1. Store the contents of a file into an object. 2. Send the object through HTTP socket to another client server. 3. Have the server fetch the file contents from the object. …

Member Avatar for JamesCherrill
0
216
Member Avatar for Zee777

This problem can be due to a defective RAM module. Please try booting a different RAM module, or try alternately removing each of your RAM modules and operating. Since you have replaced the MB and tried, it should most probably be a RAM issue.

Member Avatar for Ritesh_4
0
127
Member Avatar for aravind326

Hi, I have a text file, which i need to make sure is not getting modified. I have to mail this file to people and the file should not be modified by anyone in transit. What would be the best way to accomplish this. Posting it here because I was …

Member Avatar for JamesCherrill
0
126
Member Avatar for jerichostar1

This could be a very simple problem. As u have said that it stopped working after to cleaned and put back your GPU card and did nothing else, this could be a problem of dust being cought between your motherboard and the casing. Actually, your motherboard is not supposed to …

Member Avatar for vladimir.m.lubrin
-1
4K
Member Avatar for WaltonPan

I guess this is wat you are looking for: public int getArrayValue(int index){ System.out.println(Project[index-1]); }

Member Avatar for aravind326
0
247
Member Avatar for JamesCherrill

I guess most people who use the first method are those who learned programming in other languages like C/C++ where the common practise is to use the first method. And once you get used to a way of writing code, one tends to stick to the same method even after …

Member Avatar for JamesCherrill
0
379
Member Avatar for ct_hunny

I think you are trying to validate of the fetched date is between the given start and end dates. Here is a piece of sample code. Hope you can use it according to your requirement. public void checkDates() { String startDate = "2012-09-08"; String endDate = "2012-09-08"; String startTime = …

Member Avatar for aravind326
0
217
Member Avatar for kristenw17

Can you explain what you are trying to do in the following lines. //scores for(double s = 0; ; s++){ score = file.nextDouble(); } average = average + score; System.out.print(average); In the end of the loop, the variable score will have only the last entry from the file. And the …

Member Avatar for JamesCherrill
0
347
Member Avatar for aravind326

Hi, I am just trying to do some program on arithmetic expression parsing. So i want to store my operator precedence table in the program somehow. I could use a multidimensional array, but that would be inefficient i guess. Another idea i have is to use a HashTable, where the …

Member Avatar for aravind326
0
455
Member Avatar for alle

Should have tried using VMWare Workstaion. Simple installation. Worked like a charm. Didnt get to make network work in it though.

Member Avatar for Fortinbra
0
230
Member Avatar for sergent

RIP Steve Jobs, one of the greatest innovationists of his time. Thanks for doing what many others would not have.

Member Avatar for AliTheChamp
0
329
Member Avatar for aravind326

Hi, We are using AD 2003 server x64. Created new certificate, exported it into a file and using a simple LDAP Browser or a java code when we try to bind through SSL it fails and we are getting an error called SSL handshake failed: Simple bind failed. Please help …

0
152
Member Avatar for mikeandreas

Get Google Goggles. If your phone has GPS get Compass, a nice app. Get a file manager, I use ES File Explorer. Google Sky Maps is a nice app if you are interested in stars and stuff. A pretty cool app even if you are not. Get twitter, facebook for …

Member Avatar for jingda
0
147
Member Avatar for Portgas D. Ace

I have to agree that Google Chrome is a brilliant browser. But for some reasons I love Opera better than all the other browsers you have mentioned. Opera is simple to use, light on your machine (very unlike Chrome), and has so many new features added in newer versions (Opera …

Member Avatar for Portgas D. Ace
0
507
Member Avatar for aravind326

Hi, I am trying to delete some cookies in a custom logout script. For this i have to delete cookies of different domains. How do i delete a cookie by specifying name and domain name. Would appreciate early help. Thanks, Aravind

Member Avatar for Sogo7
0
75
Member Avatar for skald89
Member Avatar for yhanne

Array is a simple concept. It is just a collection of variables, all of the same type. But it is not just some collection of variables. If it were, you could have used a bunch of variables instead. So the important advantage of arrays is that, the collection of variables …

Member Avatar for aravind326
0
99
Member Avatar for aravind326

Hi, I am new to Lotus Domino. I have Lotus Domino Server installed in a VM image. I am trying to create users in it through java code. But when i try to create user it gives an error like this. [QUOTE]NotesException: Notes error: Unable to find path to server. …

0
39

The End.