The Artima Developer Community
Sponsored Link

Java Buzz Forum
Friday Java Moral Dilemma: import com.sun.net.httpserver.HttpServer;

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Friday Java Moral Dilemma: import com.sun.net.httpserver.HttpServer; Posted: Sep 19, 2008 7:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Friday Java Moral Dilemma: import com.sun.net.httpserver.HttpServer;
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

Todays question stems from an answer to last week's quiz. In this answer, Solomon Duskis used two imports from the com.sun... package hierarchy:

import com.sun.net.httpserver.HttpServer;
import com.sun.jersey.api.container.httpserver.HttpServerFactory;

Q: (Pretend that these imports showed up in code in your project, and you are in a code review session prior to a release of the project) Should these imports be allowed to be used in your project? On what ground?

Read: Friday Java Moral Dilemma: import com.sun.net.httpserver.HttpServer;

Topic: Twitter Updates for 2008-09-09 Previous Topic   Next Topic Topic: java.net has published my latest article, The Open Road: javax.annotation.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use