Explore
Top Rated Discussions
Most Recent Discussions
Most Recent Activity
Hot Discussions
New User Discussions
Discussions w/ No Response
Help
FAQ
Earnings Program
Community Guidelines
Contact
Sign Up!
Log In
Search
Tagged Discussions
Tagged Responses
Tagged Comments
Tagged All Activity
Users
Full Text Discussions
Full Text Responses
Full Text Comments
Full Text All Activity
X
fmmik2x
@fmmik2x (17)
Philippines • Age 40
Joined myLot 16 years ago
All Activity
Discussions (3)
Responses (9)
Comments (5)
Mentions (0)
Likes (2)
Followers (3)
Following (2)
fmmik2x's Comments
test: Name the OS dependent funtions in Java
fmjasper
@fmjasper
(6)
•
China
18 Nov 08
When I passed the scjb couple of years ago, I was tested by my team leader with this question. I managed to naming all the answers. Have a try!
3 responses
fmmik2x
i still got no idea with the question...
23 Nov 08
What's the result?
fmmik2x
@fmmik2x
(17)
•
Philippines
20 Nov 08
Hello, I got a simple question, which one below gives the 50.0 result? float constNum = 100; float a = 0 + (50 / 100) * constNum; float b = 1 * 50 * constNum / 100;
float
float
float on
java
result
3 responses
fmmik2x
wow nice! good job ;)
23 Nov 08
What's the result?
fmmik2x
@fmmik2x
(17)
•
Philippines
20 Nov 08
Hello, I got a simple question, which one below gives the 50.0 result? float constNum = 100; float a = 0 + (50 / 100) * constNum; float b = 1 * 50 * constNum / 100;
3 responses
fmmik2x
hi Manojknair. tnx for your reply. can you explain to me why? the first one would probably give you the same answer, isn't it? a = 0 + (50/ 100)* 100 a = 0 + (0.5)* 100 a = 0 + 50.0 a = 50.0
20 Nov 08
java pic controller
frankouz
@frankouz
(79)
•
Ecuador
28 Oct 08
I have seen microcontrollers, an exists some PIC that can use java program to execute task, well it is not all the java virtual machine, but the sintaxis is too similar, what do you think about java and microcontrollers, do you...
controller
java pics microcontrollers
java virtual machine
1 response
fmmik2x
That was interesting.. I want to have one of those. Anyway, i was mesmerizing my college years. We were doing an embedded programming but that was in C language. It was fun to see your program worked using the microcontrollers to control other devices. I think...
20 Nov 08
java bluetooh
frankouz
@frankouz
(79)
•
Ecuador
28 Oct 08
any one has programming an application to interact with some bluetooth device ??? I have heard about some bluetooth devices that can be access using a cellphone with bluetooth tecnology, ie. a gps device, there are some gps...
bluetooth
bluetooth device
java bluetooth
1 response
fmmik2x
Have you tried viewing this page? http://developers.sun.com/mobility/apis/articles/bluetooth_gps/part1/ To be honest, I haven't done that yet. But I would like to try it too. Hope this will help.
20 Nov 08