I've visited many sites that most of them used lowercase in URLs like
stackoverflow.com/questions
google.com/webmaster
bing.com/news
Why using uppercase isn't more prevalent? Is there a problem using uppercase in URL? Is this a programming language problem?
URLs are generally case-insensitive and lowercase is used only for stylistic purposes and so it doesn't look like URLs are yelling at you. You can still find uppercase letters in URLs. For example, Amazon product pages use numbers and uppercase letters for the product ID. You can change the letters to lowercase and the same page loads.