Tagged Questions
0
votes
1answer
212 views
Differences between a Java development job and Embedded development job? [closed]
I'm at a stage in my life where I'm going to be choosing the final path in my education, and it's going to be into Computer Science research or Embedded Development.
I'm very interested in embedded ...
0
votes
2answers
131 views
Persistent Storage format for (update+read)-intensive data
I am developing a Java application. While using the application, data would be generated that needs to be stored on disk. I am looking for an embedded database appropriate for a average use-case of ...
3
votes
2answers
2k views
xml parser vs JSON parser performance in Java / C / C++
I am trying to understand which data format is better on embedded device communicating with Server over REST API. XML or JSON?. Is JSON parsing faster than XML parsing in Java / C and C++? I ...
3
votes
4answers
559 views
Python vs. Java for embedded wireless module
We are developing a product at work which interfaces with basic I/O and sends data to a webserver over a GPRS connection.
What i need to know before we commit to a product, is which language is more ...