Search:

Type: Posts; User: albsmith

Search: Search took 0.11 seconds.

  1. Re: Generating JNI code automatically (using a tool)

    JNIGeneratorAppUI is a Graphical User Interface and you can run it from org.eclipse.swt.tools.
    Hope the following source can give you needed info - Generating the SWT JNI Code>:) JNI defines a...
  2. Thread: java crawler

    by albsmith
    Replies
    9
    Views
    1,836

    Re: java crawler

    Hi,
    You can write a crawler using java with the help of existing API’s. You can use the below algorithm to start you java crawler final year project. while(list of unvisited URLs is not empty) {
    ...
  3. Replies
    4
    Views
    1,808

    Re: Classes/Object Beginner Help

    Hi TripleChickenJumpman,

    You can follow this tutorial and learn how to create objects, classes and constructors here - Chapter 9: Create your own objects hope it will be useful .
  4. Replies
    3
    Views
    10,767

    Re: java web services

    Web services are XML-based information exchange systems. It is used for direct application to application interaction. SOAP , UDDI and WSDL are the three components of the java web services.
  5. Replies
    1
    Views
    1,702

    Re: Network Management

    Network management is the process of managing computer networks. Security, performance, reliability are the features of network management. The common procedure is FCAPS- fault, configuration,...
  6. Replies
    8
    Views
    3,019

    Re: Socket Programming

    In java, two sockets can be connected by client and server programming. Server socket in server side listens to the TCP port and the client sends the data request through this socket.
  7. Replies
    3
    Views
    1,913

    Re: want to learn java from basic with oop

    Hi,
    Java is an ocean. And it's nice to hear that you show interest to learn such a programming language. Well, there are lot of online resources and books on basics and advanced concepts of java....
  8. Thread: Multicasting

    by albsmith
    Replies
    1
    Views
    1,459

    Re: Multicasting

    In General, Multicasting is the concept of communication between one sender and multiple receivers over a network. It is packet type in IPv6. In java, multicast is the feature of UDP protocol. Over a...
  9. Thread: GUI

    by albsmith
    Replies
    3
    Views
    1,088

    Re: GUI

    GUI in java has two packages such as AWT and Swing toolkit. Other java components for GUI applications are SWT, SwingX, etc. And JavaFX is a package which consists of rich set of media and graphics...
  10. Replies
    2
    Views
    3,323

    Re: ROBOTIX 2011:Robotics competition in India

    In ROBOTIX 2011, RoboCop was the event which was designed to test the robot's ability on how it's able to identify the criminals from civilians.In Pirate Bay, robots do have multiple arms and...
  11. Replies
    11
    Views
    1,462

    Re: Why Java Data types called primitive?

    The building blocks of the objects in java are called as primitive data types. There are eight primitive data types such as byte, short, int, long, char, float, double, and boolean. They are...
Results 1 to 11 of 11