Search:

Type: Posts; User: arvindbis

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,315

    Re: How to Use Instrumentation API

    Sorry Typing mistake.
    The Question is :

    Should we create an article about the instrumentation API here on JPF?
  2. Replies
    3
    Views
    930

    Re: Getting Wrong Chars in Request!

    is this an encoding issue??

    if it is then how to verify which encoding is in use??? or in which encoding request is encoded??
  3. Re: Greek characters are stored in mysql database like "?????????".Please help.

    Tell me where are you writing these SQL Queries?? I assume you may be using console. right?
  4. Replies
    3
    Views
    930

    Re: Getting Wrong Chars in Request!

    Sorry for giving ambiguous info.

    I'm trying to support all worldly language in my application, i.e. user can see and write in there local language :cool:

    But I'm getting issues with certain...
  5. Replies
    3
    Views
    930

    Getting Wrong Chars in Request!

    Hi guys

    I recently struck into an Issue, where I'm accepting CSV in a textarea( named=value) within a HTML FORM and method is POST.
    Also I have a LanguageForm (extended from ActionForm) which...
  6. Replies
    11
    Views
    1,858

    Re: Generating per person URL

    that is what happened and I'm trying to uproot this and Yes I'm sending unique links per email.

    I will keep trying new ways, and update here if I'm able to do it. meanwhile your comments or...
  7. Replies
    11
    Views
    1,858

    Re: Generating per person URL

    @copeg


    I agree here, we can't stop them.



    Yes, this approach is already implemented.

    All I'm trying can we make it abstract??
  8. [SOLVED] Re: Enable/Disable JPanel and its ComboBoxes

    Code you provided has something to with Database.
    read here, it may help you.
  9. Replies
    11
    Views
    1,858

    Re: Generating per person URL

    Then Its time to teach them; we been through that stage of life. :cool:


    Well lets get back to topic. Is there any way to achieve this???

    Can we stop mail forwarding???
    Actually I don't know...
  10. Replies
    11
    Views
    1,858

    Re: Generating per person URL

    I'm Glad you asked. my client usually give assignments online and he send access links to specific pupils only ( one which require it ) via emails, last time he caught his students cheating him, like...
  11. Replies
    11
    Views
    1,858

    Generating per person URL

    Hi

    Is it possible that when we send a link to something(say some online task) in mail, then that will work only if it is clicked from same mailbox whom it was sent?:confused:

    let me elaborate...
  12. Replies
    5
    Views
    1,315

    Re: How to Use Instrumentation API

    Thank for your wonderful suggestion.

    But Question Comes here that we should a article about the instrumentation API available in Java.
    What do you say?
  13. Replies
    5
    Views
    1,315

    How to Use Instrumentation API

    Hi
    I want to check the memory allocation of my objects. As far as I know that java has a concept of agent which need to be passed to the JVM during startup.
    Well I'm trying to use an API viz....
  14. [SOLVED] how to achieve thin driver Connection to oracle XE database?

    I have been known that there are many ways to connect to any database but I came into problems while trying to connect to Oracle XE database.

    Database is freshly installed on local machine....
  15. Replies
    2
    Views
    1,395

    Re: Auto Update JLabel on JButton Press?

    please explain what are you up to?
  16. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    what i'm thinking is if round off that 9 then .304 will become .305 and eventually .31 for up two digits after (dot) decimal point.
    well i'm glad that you have taken so much pain. thank you very...
  17. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    Is this only solution to this problem?
    well my value is 1174.304999999998 can be rounded to 1174.31 according to mathematics as if we try to remove any 9 then left digit to its right is increased...
  18. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    1174.30499999998(which is the checking software reports) which must be rounded to 1174.31 i.e. upto two decimal points (required)
    also if i replace
    "Form.format(total)" with just "total" then same...
  19. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    "total" is the variable which resides in getEstimate() called from main.
    first line is given by "printf" statement.(resides in getEstimate() method)
    next line is shown by "println" statement (also...
  20. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    here is what my actual output:
    C:\Documents and Settings\Administrator\Desktop\java>javac GroceryPlan.java

    C:\Documents and Settings\Administrator\Desktop\java>java GroceryPlan
    total amount :...
  21. Replies
    13
    Views
    2,245

    [SOLVED] Re: how to format double value?

    indeed, my code does, still it i'm not getting formatted output.(please refer to image provided)

    please run my code and then compare output with the...
  22. Replies
    13
    Views
    2,245

    [SOLVED] how to format double value?

    here is waht I'm tring to do:


    and coding done by me

    import java.text.DecimalFormat;
    public class GroceryPlan {
    static double[] test1 =...
  23. Replies
    9
    Views
    5,216

    Re: Solving a polynomial

    good idea still how to get the power system to work as you suggested( i really liked the idea). I tried it but still one problem is that term of equation "5x2" means 5 times square of x that means...
  24. Replies
    7
    Views
    1,175

    Re: How can I do this?

    Indeed, double.maximum is equals to 1.7976931348623157E308 very large number but here is the problem as yi=ou can see the decimal piont and "E308" the exponent part. All I want is how can I change...
  25. Replies
    7
    Views
    1,175

    Re: How can I do this?

    :-s the only requirement is to display result in integers, double does this but it has decimal piont and exponent system. thats it. I will try with biginteger

    biginterger is damn good but still...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4