ankur8819
Member
- Member since
- Jun 2, 2007
- Last active
- Feb 6, 2021
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Any website for making wireframes or sample screen for website
Hi guys, I was trying to find some website where I can make some sample screens i.e. how the UI looks like....
-
#Threads
4018739c-d511-4738-aadb-9cde1bd54b16
i would suggest you SoapUI. This tool can help you to understand how the request and response payloads look like. Also this...
-
#Threads
a0c51bfe-fa69-4c07-b8a7-2dc66a53dcf9
Hi Praveen, Thankss for sharing the info.I was thinking of creating a customizable UI and was looking for idea similar to you...
-
#Threads
58341dbc-2e45-41af-84e8-642c9a093f19
Well i prefer JavaScript any day..Any YUI developers in here..Asking out of curiosity.Initially I had a lot of trouble switching from Javascript/Jquery...
-
#Threads
14d4fa00-4c0e-4ff5-a515-17ae6c315844
This is from my personal experience. 😀 There is a jailer and three prisoners in a room.Also there are 5 hats 3...
-
#Threads
467c56b8-51f8-4cb1-931f-9d25c6999068
Adding a point if not already discussed . Create a computer-friendly resume copy in a word format (.doc) that can be easily...
-
#Threads
7b5e46a5-24fc-423b-b93b-0b72b80e8b32
ashiewhy do we need to use clone() object... can anyone tell me sme scenario where we can use this. an eg. can...
-
#Threads
31c54924-a787-43ed-9cfa-bed90a65eba6
I was able to do it in following way.Any comments to improve the performance if the String array length is say 10000....
-
#Threads
Grouping similar strings in a String array in Java
Hi, I am working on a problem wherein I need to Group similar strings in an Array. i.e If my String array...
-
#Threads
Overloading Behaviour in Java
public class testOverload { public void xyz(Object o){ System.out.println("o"); } public void xyz(Exception o){ System.out.println("exc"); } public void xyz(Run...
-
#Threads
Issue while deploying application in WAS 6.1
Hi guys, I was trying to learn Hibernate and I am stuck at a issue.If anyone knows how to fix it do...
-
#Threads
Reading data from .xls and .xlsx file using Apache poi
Hi CEans , Was doing a POC for reading a Spreadsheet in .xls and .xlsx format using Apache POI. Thought might be...