ankur8819

ankur8819

Member

Member since
Jun 2, 2007
Last active
Feb 6, 2021
Total activities
0

Activity feed

Recent contributions

  1. #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....

  2. #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...

  3. #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...

  4. #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...

  5. #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...

  6. #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...

  7. #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...

  8. #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....

  9. #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...

  10. #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...

  11. #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...

  12. #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...

  13. #Threads

    ac2ca3b0-5138-4083-914f-ea05ddbc45dd

    Sorry for turning up late.. I have a DataTable that comes up as a result of some Search Criteria. The Datatable has...

  14. #Threads

    Any one worked on YUI library

    Hi CEans , I have recently started using YUI library .I have a few doubts specifically in YUI.DataTable widget. Anyone worked on...

  15. #Threads

    Design Solution for uploading files with large size

    Hi CEans, I am working on a problem in which I want to upload large amount of data to Oracle Database. I...

  16. #Threads

    36180c73-a439-4fc2-b7e0-ae5d2336d11d

    Thanks everyone for the inputs.I am currently using the below DELL laptop. The only issue with this one is its heating problem.Although...

  17. #Threads

    Help in buying new Laptop

    Hi CEans, I am thinking of buying a new laptop and doing some research on the products available. It would be great...

  18. #Threads

    8d4667d5-a76d-4572-83fa-38c27738e48f

    Thanks Praveen I did it using the below query. Select a,stragg(b),c from ankur group by a,c