Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
9% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
14
Posts with Downvotes
11
Downvoting Members
8
2 Commented Posts
0 Endorsements
Ranked #1K
~11.8K People Reached
About Me

I would like to be in Technology field.

Interests
playing cricket,reading books,game programming.
Member Avatar for rushikesh jadha
Member Avatar for rushikesh jadha

can anybody send me list of asp.net sdk along with download link I have .net framework 4 installed on my pc. thank you.

Member Avatar for pritaeas
0
70
Member Avatar for rushikesh jadha

when i execute asp.net script in ie it shows blank page but when i execute simple asp or html page it display output,why?

Member Avatar for kvprajapati
0
74
Member Avatar for rushikesh jadha

i don't know what setting have to make on linux to run jsp programm using tomcat, please tell me what setting and how to do.

Member Avatar for jbennet
0
110
Member Avatar for kris222
Re: help

this should be the output: A b C d E f G h I j K l M n O p Q r S t U v W x Y z heres what i ve done so far: class za { public static void main(String[]args) { String x="abcdefghijklmnopqrstuvwxyz"; int ctr; …

Member Avatar for stultuske
0
94
Member Avatar for rushikesh jadha

why this code not produce any reaction on any command [CODE]#include<stdio.h> #include<unistd.h> #include<fcntl.h> #include<stdlib.h> void count(char c,char *fn) { int lc=0,wc=0,cc=0,handle; char ch; if(handle=open(fn,O_RDONLY)==-1) { printf("File %s fail to open",fn); return; } while(read(handle,&ch,1)!=0) { if(ch==' '||ch=='\n') { wc++; }else cc++; } if(ch=='\n') { lc++; } close(handle); switch(c) { case 'c': …

Member Avatar for thekashyap
0
154
Member Avatar for carolinatech

hey everyone, I'm trying to perform a program that will perform a leap year method and also have it to loop. here's what i have so far: import java.util.Scanner; public class LeapYear { //Create a Scanner object for keyboard input. static Scanner keyboard = new Scanner(System.in); //Set variables public static …

Member Avatar for zeroliken
0
275
Member Avatar for wallet123

i was watching a tutorial about bubblesort, and i followed all the instructions the difference is that the tutor is using System.out while im using JOPtionPane, please help me thank you help me find my error and help me run it correctly! [CODE]public static void main(String[] args) { // TODO …

Member Avatar for rushikesh jadha
0
181
Member Avatar for Tuz

can someone tell me how can i do arrylist(of three classes) in one class ??

Member Avatar for stultuske
0
254
Member Avatar for rushikesh jadha

i want to restart my java swing application when user click on restart button. how to do it using java.

Member Avatar for hfx642
0
207
Member Avatar for TIM_M_91

Hi guys well I have created a JComboBox that lists all my values from a String. However I want instead of the values for the JComboBox to be in a String the values to be displayed in the JComboBox from my database so if more values are added to the …

Member Avatar for rushikesh jadha
0
142
Member Avatar for rushikesh jadha

i want change my username to R.J.Brandon. please change as early as possible. thanks in advanced.

-2
135
Member Avatar for rushikesh jadha
Member Avatar for rushikesh jadha
0
47
Member Avatar for rushikesh jadha
Member Avatar for rushikesh jadha
0
173
Member Avatar for rushikesh jadha
Member Avatar for zeroliken
0
96
Member Avatar for rushikesh jadha
Member Avatar for stultuske
0
289
Member Avatar for rushikesh jadha

please tell me what is the difference between wireless lan and ethernet technology.

Member Avatar for ChrisHunter
0
145
Member Avatar for rushikesh jadha

Is it possible to create gui programming using C. If yes then please give Example source code. thankx in advanced.

Member Avatar for jbennet
0
98
Member Avatar for rushikesh jadha

how to backup mysql database using java and store backup file into my current directory of source code.

Member Avatar for peter_budo
0
114
Member Avatar for rushikesh jadha

i have created program below ,but it does not run successfully why [CODE]import java.sql.*; public class Bank { public static void main(String[] args) throws Exception { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); // TODO code application logic here try{ Connection cn=DriverManager.getConnection("jdbc:odbc:rushiDSN"); System.out.println("Connected Successfully"); Statement stmt=cn.createStatement(); stmt.executeUpdate("CREATE TABLE Author(AuID Number(3), AuName Char(15), AuAddr Char(30))"); System.out.println("Table created …

Member Avatar for rushikesh jadha
0
256
Member Avatar for rushikesh jadha
Member Avatar for Rashakil Fol
0
190
Member Avatar for furqanishaq

hiya i need to create these if statements please can someone show me how to create them i have attached an image alongside this thank you so far i have this public class Logic2 { int Val1, Val2, Val3, Result1, Result2; // creating 1,2,3 integers public void Calculations (int Val1,int …

Member Avatar for rushikesh jadha
0
142
Member Avatar for long89

how to write code include a try-catch statement to handle exception of this code. In the catch() statement, will provide a proper alert to the user on the error occurred. [CODE] import java.io.*; import javax.swing.JOptionPane; class TestArray { public static void main (String []args) { double a; double w; double …

Member Avatar for rushikesh jadha
0
311
Member Avatar for rushikesh jadha

when i double click on my computer icon then all icon of desktop go for a second and then again come but drives does not showing.

Member Avatar for rushikesh jadha
0
58
Member Avatar for rushikesh jadha

i want create jar file of my source code using netbean but i dont know how to do that please help!

Member Avatar for stultuske
0
80
Member Avatar for androidf

I need to have a update button to update a edited textfield and save it to the database. I have created the button but have no idea on how to make it update the edited textfield and update the SQL database automatically. Pls help!!): This is my code: [CODE]private JButton …

Member Avatar for androidf
0
1K
Member Avatar for Queen Lala

import java.awt.*; import javax.swing.*; /*<applet code="SampleApplet1",200,300> */ public class SampleApplet1 extends JApplet { int num; public void init() { num=20; } public void paint(Graphics g) { g.drawString("Hello to Applets.Session"+num,70,80); g.showStatus(getAppletInfo); } public int getAppletInfo()//Overrides super class method { return("Created by PTSS"); } public static void main(String arg[]) { SampleApplet1 obj= …

Member Avatar for rushikesh jadha
0
160
Member Avatar for Torf

File, new project, Java+Java application, Project name just a random name, finish. Then.. new file, Java+Java class, Class name payroll, finish.. [code] /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package javaapplication5; /** * * @author computer public class …

Member Avatar for JamesCherrill
0
950
Member Avatar for sonicx2218

Hey guys..I'm a newbie, so please try to use easy words, as the more complicated stuff may make me bleed out of my ears ;) So I'm trying to make this program where you type in a number using the xxx xxx xxxx style The java program will then compare …

Member Avatar for stultuske
0
155
Member Avatar for Dexxta27

I have to make a small paint program using the GUI. I need to know how to use the combo box. I know I have to make an array with the list of colors but I don't know how to add it to an action listener and choose the items. …

Member Avatar for Dexxta27
0
2K