User Profile

Collapse

Profile Sidebar

Collapse
2147483648
2147483648
Last Activity: Jul 27 '14, 05:45 PM
Joined: Feb 1 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 2147483648
    replied to Question mail program
    in Java
    cud anybody help how to be get executed where is the problem here in this program?
    See more | Go to post

    Leave a comment:


  • 2147483648
    started a topic Question mail program
    in Java

    Question mail program

    Code:
    package info.G2E;
    
    import java.util.Properties;
    
    import javax.mail.Address;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    
    public class SendEmail {
    	public static void main(String[] args) {
    		String
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 11 '14, 04:17 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • Thank you very much for making me to realize quickly Nepomuk.
    I will appreciate and accept ur response without hesitation.
    See more | Go to post

    Leave a comment:


  • Hi Nepomuk,
    I like the way u reply,i learned frm u that first we need knw wht exactly they looking for,definition its nice.
    Thanks for ur answer.
    See more | Go to post

    Leave a comment:


  • Hi,
    Greetings
    I have not tested but still giving solution
    <a href="YourLinkU rl" target="_blank" >
    i hope it may work?
    Have a nice day.
    See more | Go to post

    Leave a comment:


  • =CHAR(CHOOSE(RA NDBETWEEN(1,2), RANDBETWEEN(48, 57),RANDBETWEEN (65,90)))

    to get a random alphanumeric character... or, 5 of those concatenated to get a 5 character one: =CHAR(CHOOSE(RA NDBETWEEN(1,2), RANDBETWEEN(48, 57),RANDBETWEEN (65,90)))&CHAR( CHOOSE(RANDBETW EEN(1,2),RANDBE TWEEN(48,57),RA NDBETWEEN(65,90 )))&CHAR(CHOOSE (RANDBETWEEN(1, 2),RANDBETWEEN( 48,57),RANDBETW EEN(65,90)))&CH AR(CHOOSE(RANDB ETWEEN(1,2),RAN DBETWEEN(48,57) ,RANDBETWEEN(65 ,90)))&CHAR(CHO OSE(RANDBETWEEN (1,2),RANDBETWE EN(48,57),RANDB ETWEEN(65,90)))...
    See more | Go to post

    Leave a comment:


  • 2147483648
    replied to Strings
    in Java
    Thanks nepo for ur answer,surely i will search and ask particular context
    See more | Go to post

    Leave a comment:


  • 2147483648
    started a topic Strings
    in Java

    Strings

    What is StringLiterals and interprete the purpose of it?
    See more | Go to post

  • 2147483648
    replied to NullReferenceException was unhandled
    u r absolutely r8 that that why
    without rows he is asking to navigagate the records........
    See more | Go to post

    Leave a comment:


  • instead of enable u can use disable
    i hope ur requirement suits,
    Please reply if any mistake...

    Code:
    Imports System
    Imports System.Web.Services.Protocols
    Class Sample
       Public Shared Sub Main()
    Dim rs As New ReportingService()
          rs.Credentials = System.Net.CredentialCache.DefaultCredentials
            Dim props(0) As [Property]
            Dim setProp As New [Property]
    ...
    See more | Go to post
    Last edited by Niheel; Feb 24 '14, 09:39 AM. Reason: merged code and added details into one post, tagged the code, thanks for your post

    Leave a comment:


  • 2147483648
    started a topic servlet doubt
    in Java

    servlet doubt

    In the below servlet pgm,excuting fine but destroy method and two more meothds im unable to find output in console/browser?
    Plz help frnds......

    Code:
    package org.g2e.secondapp;
    import java.io.*;
    import javax.servlet.*;
    public class Servlet2 implements Servlet{
    ServletConfig config=null;
    public void init(ServletConfig config){
    	this.config=config;
    	System.out.println("servlet is initialized");
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 1 '14, 09:36 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Working...