Search:

Type: Posts; User: supari; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    7,945

    SQL Re: Find previous executed SQL

    susarla,
    Use Sys.V_$SQL
    executing the above in Oracle SQL Developer
    gives "Invalid SQL Command"
    Do we execute in SQL Plus*????, give the exact steps
  2. ASP.NET Re: How to store without using sessions, cookies or any database

    isn't URL Rewriting and appending to query string the same?
  3. ASP.NET Re: How to store without using sessions, cookies or any database

    my guess would be use "URL Rewriting"
  4. Q: abt Integer wrapper class, how many objects are created

    Integer i = 3;
    i = i + 1;
    Integer j = i;
    j = i + j;

    How many objects are created as a result of the statements in the sample code above and why? Is there any IDE in which we can see how...
  5. Answers
    2
    Views
    5,571

    Save Excel file using JDBC into a database

    Please give code to save a excel file using JDBC into a database.
Results 1 to 5 of 5
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact