• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to get TIMEStamp from google or any other website or server/

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am told to develop an app which is supposed to receive Time from some website/server.
Please suggest me how to proceed and move forward.
Which topics i should read as i have only read CoreJava till now.

 
Sheriff
Posts: 28438
104
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First do the design. (This is not a question about Java yet.) There are questions, which I'm sure you are asking yourself already. Like...

  • What does it mean to receive time from a server?


  • Why should I expect that Google will tell me the time?


  • And I'm sure there are others. So start by making a list of questions. Remember, you aren't asking programming questions. You need to ask questions about what, exactly, you are supposed to do.
     
    Ranch Hand
    Posts: 537
    Eclipse IDE Python Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Also, what does this Time depict?
     
    Look ma! I'm selling my stuff!
    Clean our rivers and oceans from home
    https://www.kickstarter.com/projects/paulwheaton/willow-feeders
    reply
      Bookmark Topic Watch Topic
    • New Topic