Perry Smith

Java Questions & Answers

Home / Java Q & A Page 2 / Java Q & A Archive Main Page

9-24-98

Implementing Java in video-Conferencing for schools

I am about to begin a project involving designing a learning tool for children aged between 5 and 10. I was wondering if anyone knew if it was possible to implement video conferencing using java?

Steven Wex


Response
9-25-98

fs Re: Implementing Java in video-Conferencing for schools it's possible .. I don't believe there are currently any classes you can use so, you'd have to write them. I would think that using the java.io.FileInputStream and java.io.FileOutputStream classes would be a large part of the implementation.

MikeD


Home / Java Q & A Page 2 / Java Q & A Archive Main Page