Search:

Type: Posts; User: ajaysharma

Search: Search took 7.24 seconds.

  1. Re: Any good book to learn java console programming,please recommend one

    " The_Complete_Reference___Java_2 "

    This is very good book, You can become master with it,try this...
  2. Replies
    2
    Views
    254

    Re: Open .exe within Java component

    import java.util.*;
    import java.io.*;

    public class CallFile{
    public static void main(String[] args) {
    try {
    Runtime rt = Runtime.getRuntime();
    rt.exec("cmd.exe /C start C:\\ab.bat");...
  3. How to defined keyboard key's like " ctrl + a ,shift + alt + b " through program??

    :-h everyone,
    Actually the question is that how can we define keyboard key's in the program not normal alphabetic or numeric keys,keys should be defined " cntr + s " or...
  4. Re: Why and where abstract methods & classes and static methods are used?

    Hi aussiemcgr ..Thank you for your instant help..
    I'm getting exactly, what u said..but can you give me some real world example of abstract method and classes that where it is used,
    I mean like...
  5. Why and where abstract methods & classes and static methods are used?

    Hello to all ,
    Actually I know how to declare and implement abstract method's and classes and static method's,
    But the confusion is that where is exactly used ?? as i got this question in...
Results 1 to 5 of 6