- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
29 Posted Topics
hi, if any body knows please send the information about L value required error in c++. if anybody knows please send it to <email snipped>[EMAIL="satish.paluvai@gmail.com"][/EMAIL] satish.paluvai:?: | |
| |
1)A positive going pulse which is always generated when 8085 MPU begins the machine cycle. a) RD b) ALE c) WR d) HOLD 2).when a ----- instruction of 8085 MPU is fetched , its second and third bytes are placed in the W and Z registers. a) JMP b) STA … | |
I am using weblogic workshop 8.1 if anybody is familiar with this plz tell me.how to write the deployment descriptor in that? | |
1)I need to compare two directories .if the files which r not same in the two directories i want to list them in a new text file can anybody help me solving this question 2)how to write in a file in a String format using java? satish.paluvai | |
Re: hello, String s1=new String("0000001"); Double d=new Double(s1); double d1=d.doubleValue(); s1=d1+""; if u solve ur problem plz give a reply. i hopw u will solve ur problem by using this simple logic | |
I am weblogic server plz tell anybody how to create more objects in object pool? | |
how to pass the commandline arguments in eclipse 3.1? if any body knows plz tell me... | |
how to know the version details in java by commandprompt? if any body know the command plz give a reply to me | |
I am passing a null value as a parameter to a method the code is like that-- [ public class A { public void ob1(Object o) { sopln("object version"); } public void ob1(String s1) { sopln("String version"); } public static void main(string args[]) { A a=new A(); a.ob1(null); } }] … | |
can we create an war file in eclipse3.1 version with out taking the help of dos? if it is possible to create an war file plz tell me the procedure how to create it? | |
can we run a run() method with out using a start() method in a program? public class A extends Thread { public void run() { System.out.println(" i will execute any way"); } public static void main(string args[]) { A a=new A(); a.run(); // no start method } } | |
plz help me in writing the logic with out using the util packege classes in java? plz give the code for this program in linkedlists way (not by using util package classees) [code=java] import java.util.*; public class arr1 { public static void main(string args[]) { list l1=new ArrayList(); // or … | |
hi, how to export a table from sql*plus to an secondary memory like cd ,floppy or hard disk. I challeneged with my friend I will tell u in a week. if anybody knows please give the commands and what i need to do after creating a table in sql*plus. I … | |
why can't we initializa the fields in a constructor in the servlet? | |
why we can't specify like the following code synchronized class a { -- } if we want to synchronize a class we need to code like synchronized(a.class) ? If any body help me I will be very thankfull to them. | |
Re: for reading u can use Inputstream and for writing u can use outputstream classes with the help of read and write methods in a loop condition. | |
how to implement linkedlists without using util package in java? | |
I am using a servlet, in that servlet I used a doPost() method by extending the HttpServlet. then who implement the all remaining methods( doGet,doPut,doHead,doOptions.......) | |
can anybody tell how to implement a trigger in a jdbc program? | |
:sad: for comipiling the c/c++ program my editor is taking so much time for even it is 2 or 3 lines of code also .because of this i am unable to do more progrmas in a day. please help me to do it fast.i am useing tc editor | |
:?: what i smeant my linker error in c++.? why it causes in c++? | |
Memory allocation of variables declared in a program is ------ a) Allocated in RAM b) Allocated in ROM c) Allocated in stack d) Assigned in registers. which one is correct please tell me the answer in 24 hrs... | |
Re: In my editor that file is not there I dont know wheter it is missed or not. is it compulasory to use external variables? | |
can any body tell how to delete all the tables in a user ata a time | |
| |
:?: Q) who translates the code into machine language in c++. compiler or operating system | |
who will convert the code in to machine language in c++ 1)compiler 2) operating system:?: |