• When I write code for a programming question in Java using the

     tag, after saving the question, the angular brackets disappear from the code in the editor as well as on the preview page. I've tried using < and > for the angular brackets, but they disappeared as well. I also tried Unicode with '&#8249' and '&#8250'; using them did the job, but when copying the program to run on an IDE gave me an error on the angular brackets. 
    
    In the first question in this quiz, I used this line of code:
    
     'static class InnerClass implements Comparator<String>' 
    
    Here, the angular brackets disappeared with the content between them.
    
    Java Quiz

    The page I need help with: [log in to see the link]

  • The topic ‘Angular brackets disappear using tag’ is closed to new replies.