- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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
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 … | |
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. … | |
Re: 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. | |
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 … | |
Re: 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 … | |
Re: I guess this is wat you are looking for: public int getArrayValue(int index){ System.out.println(Project[index-1]); } | |
Re: 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 … | |
Re: 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 = … | |
Re: 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 … | |
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 … | |
Re: Should have tried using VMWare Workstaion. Simple installation. Worked like a charm. Didnt get to make network work in it though. | |
Re: RIP Steve Jobs, one of the greatest innovationists of his time. Thanks for doing what many others would not have. | |
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 … | |
Re: 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 … | |
Re: 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 … | |
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 | |
Re: Normally to get a break from work. | |
Re: 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 … | |
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. … |
The End.