-1

which type of programming is used for 3g mobiles

Sagar Varpe
  • 3,531
  • 4
  • 27
  • 43

1 Answers1

1

It depends of the mobile ; if by 3g mobile you mean smartphones, you would use Objective-c / Cocoa for iPhone, Java for Android phones.

Guillaume Lebourgeois
  • 3,796
  • 1
  • 20
  • 23
  • is there any change in OS from 2G to 3G – Sagar Varpe Jul 20 '10 at 10:00
  • @Sagar: Often you have an abstraction layer so that you don't need to care about what technology the phone is using to connect. The "change" might be that you are able to write apps that uses more bandwidth (streaming video for example). – Peter Örneholm Jul 20 '10 at 12:01