문제

How can I be notified of questions which belong to only particular tags?
I need to get all the question notifications for particular tags, for example Java,
I would like to answer to all those questions related to Java.

도움이 되었습니까?

해결책

If you look at , you will see all the new questions tagged "java"; if you want a feed, then https://stackoverflow.com/feeds/tag?tagnames=java&sort=newest is the feed for the new questions for that tag.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top