Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
25% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~10.2K People Reached
Interests
Gaming, Coding
Member Avatar for mayank.dyl

I created a bootable USB from windows 7 dvd using software WinToFlash. But now i have lost the dvd :( so i need to make iso from bootable USB to safely store windows setup on hdd. Please suggest any way to do so. Thankx

Member Avatar for sayanimonal
0
1K
Member Avatar for prem2

Hi, In C program Function has three parts, Function Declaration. Function Definition. Function Calling. In java i cannot able to declare a function .Is it possible to declare a function in Java. For example: [code] import java.io.*; import java.util.*; class Fun_example { // show();//Cannot able to Declare a Function ? …

Member Avatar for JamesCherrill
0
4K
Member Avatar for mayank.dyl

I was working on computer and a blue screen appeared which lasted for a long time so i just turned off the computer. And now things connected from back of the CPU like Monitor, Keyboard and mouse are not working or not getting any input from CPU. What is the …

Member Avatar for fobos
0
212
Member Avatar for mayank.dyl
Member Avatar for mayank.dyl

During the game play (Rise of the Nations), a window opens and shows smothing like gathering exception data and after some time a message appears which shows "Serious Watson Error 2". I know that dr. watson is a windows utility but don't know why i am getting this error. Specs: …

Member Avatar for Begginnerdev
0
172
Member Avatar for mayank.dyl

We all know that by knowing IP address, a person can locate you on any part of Earth and so can a hacker or peoples with wrong intentions. Hence comes the need to hide our IP address and surf the net freely. Any possible way to do so for Windows …

Member Avatar for aryan_
0
223
Member Avatar for mayank.dyl

when i open usb device it shows that you need to format it before you can use it. And when i click on format it takes hours and do nothing. Further it is showing 0 byte free and 0 byte used in its properties. Its a 4 gb memory card. …

Member Avatar for johhny-marshal
0
207
Member Avatar for mayank.dyl

When i double click, the folder opens in new window. I am using windows vista home basic. Any solution to this overhead ?

Member Avatar for mayank.dyl
0
208
Member Avatar for mayank.dyl

I tried to change image of my avatar, it shows updated image on edit profile link but it is not showing my updated image on my post and profile. Kindly resolve.

Member Avatar for mayank.dyl
0
167
Member Avatar for mayank.dyl
Member Avatar for mayank.dyl

My hp mini netbook showing message "Plugged in, not charging " with 0 % available on battery icon. Please list the possible issues and solution. Thanx a lot.

Member Avatar for caperjack
0
334
Member Avatar for mayank.dyl

Given two integers A & B. Determine how many bits required to convert A to B. Write a function int BitSwapReqd(int A, int B); Please first define the logic to calculate the number of bits required to convert A to B and then code. Thankx a lot.

Member Avatar for gusano79
0
416
Member Avatar for mayank.dyl

what does fork() do in c.? Is it same as fork operation in OS ? What is the o/p of following program ? #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

Member Avatar for mayank.dyl
0
187
Member Avatar for mayank.dyl

Without using /,% and * operators. write a function to divide a number by 3, itoa() function is available.

Member Avatar for mayank.dyl
0
305
Member Avatar for mayank.dyl

i have one desktop (windows vista) and laptop (windows 7), what is the simplest possible way to connect these two so that i can share data. please mention the items required.

Member Avatar for jingda
0
197
Member Avatar for mayank.dyl

when i start my hp pc p6040in with windows vista home basic, it shows me a blank screen with message Err1Err2 and after pressing enter it shows me message DISK BOOT FAILURE.INSERT SYSTEM DISK AND PRESS ENTER........also i am unable to start system recovery option. i have tried replugging the …

Member Avatar for mayank.dyl
0
210
Member Avatar for mayank.dyl

[COLOR="red"]when i tried to register the remote object with rmi registry i got following[/COLOR]: J:\prgs\my>start rmiregistry J:\prgs\my>java -classpath .. my.Register java.rmi.ServerException: RemoteException occurred in server thread; nested exce ption is: java.rmi.UnmarshalException: error unmarshalling arguments; nested excep tion is: java.lang.ClassNotFoundException: my.MyServer_Stub ---------------------------------------------------------------------------------- [COLOR="red"]here is the code of Register.java[/COLOR] [CODE]package my; import …

0
70
Member Avatar for mayank.dyl

when i start my hp pc p6040in with windows vista home basic, it shows me a blank screen with message Err1Err2 and after pressing enter it shows me message DISK BOOT FAILURE.INSERT SYSTEM DISK AND PRESS ENTER........also i am unable to start system recovery option. i have tried replugging the …

Member Avatar for rubberman
0
604
Member Avatar for mayank.dyl

i have synched tomcat 6.0 with it but how to create public folder and lib,web-inf...etc using ECLIPSE....i mean where is directory structure and how to put things in it.?

Member Avatar for kvprajapati
0
80
Member Avatar for mayank.dyl
Member Avatar for mayank.dyl
0
106
Member Avatar for ashishvijayata

hello friends, can i change the port of oracle 10.i am using tomcat 6.0 and both are using same port 8080.so how could i use oracle with tomcat in windows 7.Reply plz.

Member Avatar for peter_budo
0
88
Member Avatar for mayank.dyl

Please provide some links to good downloadable e-books for JSP. This collection may be helpful to all the jsp community.And please keep on adding as you comes to know about some good ones. Thanks a lot !!

Member Avatar for peter_budo
0
105
Member Avatar for mayank.dyl

Is it possible to store images in oracle db, if yes then what will be the data type of the field.? Please illustrate with example....thanx a lot.

Member Avatar for rpk2006
0
131
Member Avatar for mayank.dyl

I m a bit confused, that which book should i choose to prepare for SCJP 6 i.e Kathy Sierra or Khalid Azim Mughal and also needs some tips and links for complete prepartions. ...thnx a lot.

Member Avatar for java_programmer
0
98
Member Avatar for mayank.dyl

How to use build tool ant as i have never used any build tool and how is it better then just compiling and running our programe using javac and java.

Member Avatar for peter_budo
0
129
Member Avatar for aditya027

class Superclass { void display() { System.out.println("Super"); } } class Sub1 extends Superclass { void display() { System.out.println("sub class1"); } } class Sub2 extends Sub1 { void display() { System.out.println("Sub class2"); } void display2() { System.out.println("Second method"); } } public class reference { public static void main(String[] args) { Superclass …

Member Avatar for aditya027
0
109
Member Avatar for mayank.dyl

I created a executable jar using command [CODE]jar cvfm swingDemo.jar manifest.txt *.class[/CODE] But when i open it then it does not work and also do not show any error message. I used 'extcheck' tool on this jar then it showed following message: 'The target file does not have specification title'. …

Member Avatar for NormR1
0
116
Member Avatar for mayank.dyl

Can any one please tell me exactly what is the process of creating a website using J2EE and concept of domain and web hosting....as it is a lot confusing and also i wants create a website of my own as college project.....help me out...thanx a lot..!!

Member Avatar for peter_budo
0
92
Member Avatar for mayank.dyl
Member Avatar for mayank.dyl

m unable to run executable jar.I created one on swing based prgm using command: jar cmf my.mf demo.jar *.* .....problem is this that it does not show everything added on Jframe..it just shows a frame and no buttons,textfields,etc which i have added... waiting for a good response..!!

Member Avatar for Killer_Typo
0
86