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.5K People Reached
Interests
Gaming, Coding

30 Posted Topics

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

First of all, functions are called methods in java and the declaration and definition of a method in java is same as in c but here calling of methods is done with help of objects of classes.Function declaration can also be done in abstract classes and in interfaces (in case …

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
213
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
174
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
226
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
212
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
213
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
339
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
539
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
192
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
308
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
198
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
212
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
72
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
629
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
82
Member Avatar for mayank.dyl
Member Avatar for mayank.dyl
0
112
Member Avatar for ashishvijayata

You can change the port number only at the time of installation.Port number of tomcat can be changed at the time of installation by using custom install. Another way out is to use a different web server cuz they have different port number.

Member Avatar for peter_budo
0
92
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
109
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
134
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
101
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
133
Member Avatar for aditya027

It is not possible to call a method of any sub class from a instance of superclass. Although u can call methods defined in superclass by a instance of sub class. [CODE]sub1 ref=new sub1(); ref.display();[/CODE]

Member Avatar for aditya027
0
113
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
118
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
94
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
89

The End.