Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 763039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T16:29:45+00:00 2026-05-14T16:29:45+00:00

I am trying to build a bluetooth chat application using j2me. I created a

  • 0

I am trying to build a bluetooth chat application using j2me. I created a thread which is used for connecting to other devices. Two devices can be connected now. I opened the input and output stream. I want to read and write data simultaneously from input and output stream. I dont have any idea how to achieve this?? Should i create a new thread which only reads and writes data??

Advice and please be descriptive as i m a novice in this field.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T16:29:46+00:00Added an answer on May 14, 2026 at 4:29 pm

    To get input data you can use a thread like this:

    public class MyReceiver extends Thread {   
    ...
    public void run() {
        try {
            Message msgIn = inputStream.read();
            msgIn.processMessage();
            // Create a class Message with a method like this for generic data handling
            // so if you have different types of message (text, comands, ...) each one becomes a class extending
            // Message and implementing this method for its own purpose
        } catch {
            // Error handling, like disconections...
        }
    }
    ...
    }
    

    To send data you can just open an outputStream, write on it and flush:

    OutputStream msgSender;
    //Initialize and open you output stream
    msgSender.write("Some cool message");
    msgSender.flush();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to build a feeds application in php in which im using a
I am trying build small webcam chat (web application). I searched on google and
I`m trying to build a application using the Fragment/Tabs and Pager from the android
I am trying to run a sample bluetooth chat application onto my smartphone (running
I trying to build an application that is using the torrent technology to make
Trying to build a GUI application in Java/Swing. I'm mainly used to painting GUIs
I trying to build a application which includes service chaining. When i try to
I'm trying build my application using REST and Spring MVC. For some entities I
I was trying Build For Archiving application (from Titanium Mobile) with xCode 4.4, but
I'm trying build a method which returns the shortest path from one node to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.